Analyses
Create an analysis
Submit a web page URL or an uploaded image to start a visual attention analysis.
POST
Create an analysis for an image or a web page URL. The request returns immediately with
201 Created, the new analysis id, and a location URL (also returned in the Location response header). Poll Get an analysis with the returned id to retrieve the result.
For the underlying concepts, see the Input model and Predictions model.
object
required
The input to analyze.
object
Which predictions to run and which outputs to return. Defaults to
{ "attention": { "outputs": ["attentionMap"] } }.string
The id of the new analysis. Use it to poll for results.
string
The URL where the analysis result can be retrieved (also returned in the
Location header).