Lookup Recipes

Get account available recipes

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

List encoding recipes available on the account. Use a recipe's recipeId as recipe_id when starting a multipart upload (Initiate).

GET /v2/settings/recipes

ℹ️

Authenticate with X-Api-Key and send X-Format: default. Host: https://developer.dacast.com. No request body.

A recipe is a named set of rendition presets (for example SD / HD / FHD). One recipe has isDefault: true - that is what the platform uses when you omit recipe_id on multipart init.

FieldTypeDescription
recipesarrayRecipes for this account.
recipes[].recipeIdstringId to pass as recipe_id on multipart init. Usually a UUID; some account recipes use a short string (for example standard).
recipes[].recipeNamestringDisplay name.
recipes[].recipePresetsarray of stringRendition codes in the recipe (for example ULD, LD, SD, HD, FHD, 2K, 4K).
recipes[].isDefaultbooleantrue for the account default recipe.

See also List Encoding Presets for preset definitions, and VOD Upload - Multipart for the upload flow.

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json