🚀 Alchemyst is now the Pareto Frontier for AI Context! Learn more
curl --request DELETE \
--url https://platform-backend.getalchemystai.com/api/v1/context/add-async/{id}/cancel \
--header 'Authorization: Bearer <token>'{
"success": true,
"jobId": "<string>",
"status": "<string>",
"message": "<string>"
}Attempts to cancel a context add job by job id.
curl --request DELETE \
--url https://platform-backend.getalchemystai.com/api/v1/context/add-async/{id}/cancel \
--header 'Authorization: Bearer <token>'{
"success": true,
"jobId": "<string>",
"status": "<string>",
"message": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://getalchemystai.com/docs/llms.txt
Use this file to discover all available pages before exploring further.