Amazon Prime Video
Prime Video API integration and workflow automation
Actions (15)
Avails · 6
- Create or update avails (Batch Full Extract)POST /v1/avails/full-extract/batch/put
Submit multiple avails in a single batch request (up to 100 items per batch).
documented - Create or update avails (Full Extract)PUT /v1/avails/{licensor}/full-extract/{ALID}
Submit or replace all availability windows for a title within a given scope.
documented - Delete availsDELETE /v1/avails/{licensor}/full-extract/{ALID}?territory={Territory}&businessLine={BusinessLine}&contractID={CPH|FIXED_FEE}&channelIdentity={Channel}
Remove availability windows for a title in a given scope (use end-dating when possible instead).
documented - Get offer statusGET /v1/avails/{licensor}/status/{ALID}?marketplace={Marketplace}&territory={territory}
Retrieve real-time status for an ALID across marketplace/territory scopes.
documented - Retrieve availsGET /v1/avails/{licensor}/full-extract/{ALID}?territory={Territory}&businessLine={BusinessLine}
Fetch the current availability windows for a specific ALID within a territory/business line.
documented - Validate availsPOST /v1/avails/{licensor}/full-extract/{ALID}/validate
Validate avails data before submitting to Prime Video to surface errors up front.
documented
Datasets · 6
- Get accountGET /v2/accounts/{account_id}
Return details for a specific Slate account.
documented - List accountsGET /v2/accounts
Return the Slate accounts the user can access.
documented - List available datasetsGET /v2/accounts/{account_id}/{group_id}/{business_id}/datasets
Return the datasets available for a given channel/studio.
documented - List businessesGET /v2/accounts/{account_id}/{group_id}/{business_id}
Return the businesses (channels) available for the account/group.
documented - List groups (business lines)GET /v2/accounts/{account_id}/{group_id}
Return the groups of business lines accessible to the account.
documented - Obtain dataset filesGET /v2/accounts/{account_id}/{group_id}/{business_id}/datasets/{dataset_id}
Retrieve the list of dataset files for a given dataset, with optional time window and paging parameters.
documented
Financial Statement · 2
- List financial statementsGET /apis/v1/accounts/{account_id}/financialStatement
List available financial statement reports for the Slate account.
documented - Retrieve financial reportGET https://videocentral.amazon.com/apis/v1/accounts/{account_id}/financialStatement/{report_identifier}/reportTypes/{report_type_id}/reports
Download a financial report (returns a presigned URL in the response).
documented