curl -X GET https://api.appliedai.club/api/extractor/v1/extract-status/550e8400-e29b-41d4-a716-446655440000 \ -H "Authorization: YOUR_API_KEY"
{ "task_id": "<string>", "status": "processing", "created_at": "<string>", "updated_at": "<string>", "total_files": 1, "processed_files": 0, "failed_files": 0, "results": {}, "errors": "<string>" }
Check the status of an asynchronous extraction task
Enter your API key
UUID of the extraction task
Successful Response
Response model for extraction status check
processing
retrying
completed
failed