List supported formats
GET
/formats
Returns the conversion matrix available to the authenticated user.
Free-tier keys see only freeAllowed targets; Pro/Max 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" } } ], "options": [ { "key": "string", "label": "string", "type": "string", "values": [ "string" ], "min": 0, "max": 0, "step": 0, "default": "string", "proOnly": true, "group": "string", "help": "string" } ] } } }
{
}
