API reference
GET /api/v1/formats
Container and codec formats accepted on ingest.
Parameters
This endpoint takes no parameters.
Response
Content-Type application/json. Cache-Control public, max-age=3600.
{
"formats": [
"image/avif",
"image/gif",
"image/jpeg",
"video/mp4"
],
"default": "image/avif"
}Example
curl -s https://api.kirsovo.win/api/v1/formats