cURL
Utilities
Get Results
Check job status and retrieve results via polling
GET
cURL
Consider using webhooks or WebSockets instead of polling.Polling requires repeated API calls and adds latency. For production applications, we recommend:
- Webhooks — Results pushed to your server automatically (best for backends)
- WebSockets — Real-time updates with live previews (best for interactive UIs)
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Available options:
application/json Path Parameters
Example:
"c08a339c-73e5-4d67-a4d5-231302fbff9a"
Response
Current status of requested inference.
Status response data