get
https://developer.dacast.com/v2/settings/recipes
Get account available recipes
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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 withX-Api-Keyand sendX-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.
| Field | Type | Description |
|---|---|---|
recipes | array | Recipes for this account. |
recipes[].recipeId | string | Id to pass as recipe_id on multipart init. Usually a UUID; some account recipes use a short string (for example standard). |
recipes[].recipeName | string | Display name. |
recipes[].recipePresets | array of string | Rendition codes in the recipe (for example ULD, LD, SD, HD, FHD, 2K, 4K). |
recipes[].isDefault | boolean | true for the account default recipe. |
See also List Encoding Presets for preset definitions, and VOD Upload - Multipart for the upload flow.
