Analyze Your Media
POST {{dolby-api-endpoint}}/media/analyze
POST /media/analyze
Start analyzing to learn about your media.
The input
location of your media file is required.
This is an asynchronous operation so you will receive a
job_id
to use in calling
GET /media/analyze
to retrieve the job status and results.
There are additional optional parameters that can be provided to identify the type of content and additional loudness or validation requirements. See the samples for examples of what requests and responses look like.
Request Body
{"input"=>"{{dlb-input-url}}", "output"=>"{{dlb-output-analyze-url}}", "content"=>{"type"=>"podcast"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |