cURL
curl --request GET \ --url https://www.citedy.com/api/agent/ingest/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "processing", "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>", "error": "<string>", "created_at": "2023-11-07T05:31:56Z", "completed_at": "2023-11-07T05:31:56Z" }
Bearer citedy_agent_* key
Job status (processing, completed, or failed)
processing
completed
failed
youtube_video
web_article
pdf_document
audio_file
podcast_episode
Show child attributes