curl --request POST \
--url https://www.citedy.com/api/agent/ingest/batch \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"urls": [
"<string>"
],
"callback_url": "<string>"
}
'{
"total": 123,
"accepted": 123,
"failed": 123,
"results": [
{
"url": "<string>",
"status": "accepted",
"credits_charged": 123,
"job_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"error": "<string>"
}
]
}Returns 202 if at least one URL succeeded, 400 if all failed.
curl --request POST \
--url https://www.citedy.com/api/agent/ingest/batch \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"urls": [
"<string>"
],
"callback_url": "<string>"
}
'{
"total": 123,
"accepted": 123,
"failed": 123,
"results": [
{
"url": "<string>",
"status": "accepted",
"credits_charged": 123,
"job_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"error": "<string>"
}
]
}Bearer citedy_agent_* key