OCR-Polling API
Endpoint Information
- HTTP Method:
GET - Endpoint:
https://prod-ml.fracto.tech/get-job-status
Request Headers
| Header | Value |
|---|---|
x-api-key | Your API key from Fracto |
Query Parameters
| Parameter | Required | Description | Accepted Values |
|---|---|---|---|
job_id | Yes | The ID of the job to get status for | Any valid job ID |
Example Request (cURL)
curl --location 'https://prod-ml.fracto.tech/get-job-status?job_id=22958' \
--header 'x-api-key: API_KEY'