Skip to main content
GET
/
api
/
agent
/
lead-magnets
/
{id}
Get lead magnet status/details
curl --request GET \
  --url https://www.citedy.com/api/agent/lead-magnets/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "status": "generating",
  "type": "<string>",
  "topic": "<string>",
  "progress": {
    "stage": "<string>",
    "percent": 123,
    "message": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer citedy_agent_* key

Path Parameters

id
string<uuid>
required

Response

Lead magnet state

Returned while the lead magnet is still being generated.

id
string<uuid>
required
status
enum<string>
required
Available options:
generating
type
string
required
topic
string
required
progress
object