GET
/
api
/
v1
/
assets
/
{public_id}
/
export
Export Subtitle
curl --request GET \
  --url https://api.example.com/api/v1/assets/{public_id}/export
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Path Parameters

public_id
string
required

Query Parameters

format
string
default:srt
profile
string | null
force
boolean
default:false

Response

Successful Response