Skip to main content
GET
/
api
/
v1
/
media
/
archive
Create Media Archive
curl --request GET \
  --url http://localhost:8000/api/v1/media/archive \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

media_ids
integer[] | null

Media IDs to include (all if not provided)

company_id
integer
required

Company ID

Response

Successful Response