Base URL
All endpoints are served under a single versioned base URL:Authentication
Every request must include your API key as a bearer token in theAuthorization header:
How analyses work
Analyses are processed asynchronously, so working with the API follows a three-step lifecycle:Submit
Create an analysis with Create an analysis (image or URL) or Create a video analysis. The response returns an
id immediately.Poll
Retrieve the analysis by its
id until status is success or failed. Poll every few seconds rather than in a tight loop.Download
On success, download the output maps from the URLs in the
outputs object and store them on your own infrastructure — the links are time-limited. See Result expiry.Endpoints
Create an analysis
Submit a web page URL or an uploaded image for analysis.
Get an analysis
Poll for status and retrieve the output maps and scores.
Video analysis
Run per-frame visual saliency analysis on a video.
Check API status
Verify your credentials and service availability.
