curl --request GET \
--url https://www.citedy.com/api/agent/ingest \
--header 'Authorization: Bearer <token>'{
"jobs": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"tenant_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "processing",
"content_type": "youtube_video",
"created_at": "2023-11-07T05:31:56Z"
}
],
"total": 123,
"limit": 123,
"offset": 123
}curl --request GET \
--url https://www.citedy.com/api/agent/ingest \
--header 'Authorization: Bearer <token>'{
"jobs": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"tenant_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "processing",
"content_type": "youtube_video",
"created_at": "2023-11-07T05:31:56Z"
}
],
"total": 123,
"limit": 123,
"offset": 123
}Bearer citedy_agent_* key
1 <= x <= 100x >= 0processing, completed, failed