cURL
curl --request POST \ --url https://www.citedy.com/api/agent/ingest \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "url": "<string>", "callback_url": "<string>" } '
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "completed", "cached": true, "content_type": "youtube_video", "source_url": "<string>", "summary": "<string>", "metadata": { "title": "<string>", "author": "<string>", "duration_seconds": 123, "published_at": "<string>", "language": "<string>", "tags": [ "<string>" ] }, "word_count": 123, "credits_charged": 123, "file_url": "<string>" }
Returns 202 for new jobs or 200 for cached results (dedup hit).
Bearer citedy_agent_* key
2048
Cached result (dedup hit)
completed
true
youtube_video
web_article
pdf_document
audio_file
podcast_episode
Show child attributes