List supported formats
GET
/formats
Returns the conversion matrix available to the authenticated user.
Free-tier keys see only freeAllowed targets; Pro/Enterprise keys
see the full matrix.
Authorizations
ApiKeyAuth
Pass your ff_live_… API key as a Bearer token in the
Authorization header, or as the value of the X-API-Key header.
Type
HTTP (bearer)
Responses
Format matrix keyed by source MIME type
application/json
JSON "formats": { "additionalProperties": { "additionalProperties": { "worker": "string", "freeAllowed": true, "presets": [ { "id": "string", "label": "string", "params": { "additionalProperties": "string" } } ] } } }
{
}
