curl -X GET https://api.appliedai.club/api/extractor/v1/generate-schema-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 schema generation task
Enter your API key
UUID of the schema generation task
Successful Response
Response model for extraction status check
processing
retrying
completed
failed