cURL
curl --request GET \ --url https://public.reap.video/api/v1/automation/get-all-presets \ --header 'Authorization: Bearer <token>'
{ "401": {}, "429": {}, "500": {}, "presets": [ { "id": "<string>", "name": "<string>", "source": "<string>" } ], "currentPage": 123, "totalPages": 123, "totalPresets": 123 }
Retrieve all available caption presets for your studio
Show Preset Object
curl -X GET "https://public.reap.video/api/v1/automation/get-all-presets?page=1&pageSize=20" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json"