/
CI
citedy
/
Citedy Agent API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 2w ago
Details
Filter operations
Adaptations
1
Agent
2
Articles
4
Autopilot
3
Competitors
2
Gaps
2
GSC
1
Health
1
Ingest
5
Lead Magnets
4
post
Generate lead magnet
get
Get lead magnet status/details
patch
Publish or archive lead magnet
get
Long-poll wait for lead magnet completion
Personas
1
Products
4
Publishing
1
Registration
3
Scan
1
Schedule
3
Scout
4
SEO Tools
12
Sessions
1
Settings
3
Shorts
6
Status
1
Warm Leads
3
Webhooks
4
Lead Magnets
Publish or archive lead magnet
patch
/api/agent/lead-magnets/{id}
Path parameters
id
string
uuid
required
Request body
UpdateLeadMagnetRequest
required
status
'published'
|
'archived'
required
Response
Lead magnet updated
LeadMagnetCompletedResponse
required
Returned when the lead magnet is completed, published, or archived.
id
string
uuid
required
status
'completed'
|
'published'
|
'archived'
required
title
string
required
type
string
required
topic
string
required
public_slug
string
nullable
public_url
string
uri
nullable
pdf_url
string
uri
nullable
created_at
string
date-time
required
Changes