cURL
curl --request GET \ --url https://trynormalize.com/api/v1/bulk/jobs/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "PENDING", "total_rows": 123, "processed_rows": 123, "created_at": "2023-11-07T05:31:56Z", "output_file_url": "<string>" }
Returns job status, progress, and output_file_url when DONE.
API key from the dashboard. Pass as Authorization: Bearer <key>.
Authorization: Bearer <key>
Job details
PENDING
RUNNING
DONE
FAILED
Blob URL when DONE