/
CI
citedy
/
Citedy Agent API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 11m 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
get
List ingestion jobs
post
Create ingestion job
get
Poll ingestion job status
get
Download raw ingested content
post
Batch create ingestion jobs
Lead Magnets
4
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
Ingest
Poll ingestion job status
get
/api/agent/ingest/{id}
Path parameters
id
string
uuid
required
Response
Job status (processing, completed, or failed)
IngestJobStatusResponse
required
id
string
uuid
required
status
'processing'
|
'completed'
|
'failed'
required
content_type
'youtube_video'
|
'web_article'
|
'pdf_document'
|
'audio_file'
|
'podcast_episode'
source_url
string
uri
summary
string
metadata
IngestMetadata
word_count
integer
credits_charged
integer
file_url
string
uri
error
string
created_at
string
date-time
completed_at
string
date-time
nullable
Changes