cURL
curl --request PATCH \ --url https://www.citedy.com/api/agent/lead-magnets/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "status": "published" } '
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "completed", "title": "<string>", "type": "<string>", "topic": "<string>", "created_at": "2023-11-07T05:31:56Z", "public_slug": "<string>", "public_url": "<string>", "pdf_url": "<string>" }
Bearer citedy_agent_* key
published
archived
Lead magnet updated
Returned when the lead magnet is completed, published, or archived.
completed