API workspace
Build your media intelligence workflow.
Prepare an image or video in the browser, inspect structured output, and request credentials for your integration.
Sign in to your workspace
Create an account to request API access and manage your integration.
Credentials
Production credentials, throughput, and integration requirements are confirmed through the access process.
Credentials are never displayed as sample or placeholder secrets.
Browser-prepared request
- mediaType
- image or video
- frame
- One prepared JPEG frame; video requests may include up to three.
- frameTimestamps
- JSON array matching submitted video frames.
- durationSeconds
- Included for video requests.
Response shape
A documented example of the structured output fields.
{
"description": "A cyclist riding beside a lake at sunrise.",
"tags": [
{ "label": "cyclist", "confidence": 0.98 },
{ "label": "lake", "confidence": 0.96 },
{ "label": "sunrise", "confidence": 0.91 }
],
"safety": { "adult": 0.01, "violence": 0.02 }
}