Skip to main content
POST
Categorize Media

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
media_url
string
required

URL of the image to analyze

metadata
enum<string>[]
required

Types of metadata to return (one or more filters)

Available options:
categories,
participants,
actions,
scene,
tags
use_scenes
boolean
default:false

Enables scene detection algorithm to select one frame per scene, reducing analysis for larger videos.

Response

200 - application/json

Analysis results for the provided image

metadata
object