Skip to main content
GET
/
file
/
{file_id}
/
download
/
{variant}
Download File Variant
curl --request GET \
  --url https://api.member.dev/file/{file_id}/download/{variant} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "ctx": {},
      "input": "<unknown>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Send platform JWTs, contact JWTs, or team API keys as Authorization: Bearer <token>.

Path Parameters

file_id
string
required
variant
string
required

Query Parameters

hub_id
string | null

Response

Successful Response