cURL
curl --request GET \ --url https://api.argil.ai/v1/subtitles \ --header 'x-api-key: <api-key>'
{ "items": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>" } ], "totalItems": 123, "totalPages": 123, "currentPage": 123, "itemsPerPage": 123 }
Returns a paginated array of subtitle styles available for the user
API key to be included in the x-api-key header
Page number of the subtitle styles list
x >= 1
Number of subtitle styles per page
1 <= x <= 100
A paginated list of subtitle styles
Show child attributes
Total number of subtitle styles available
Total number of pages
Current page number
Number of items per page
Was this page helpful?