Start Analyzing
POST {{dolby-io-url}}/media/analyze
Start analyzing to learn about your media.
The input location of your source media file and output location of your Analyze JSON results file are 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.
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.
❗️
Beta API
This API is being made available as an early preview. If you have feedback on how you'd like to use the API please reach out to share your feedback with our team.
🚧
Content Length
Media content with duration less than 2 seconds will not be processed.
The API will return an ERROR in this case.
Request Body
{"input"=>"{{input-file-link}}", "output"=>"{{output-file-link}}"}
RESPONSES
status: OK
{"job_id":"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX"}