For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get Asset Media Types

GET /api/v2/spaces/:space_id/asset_media_types

Path Parameters

Name
Type
Description

space_id

string

Space UUID

Headers

Name
Type
Description

Authorization

string

Content-Type

string

application/vnd.api+json

Response

200 OK
{
  "data": [
    {
      "id": "image/jpeg",
      "type": "asset_media_types"
    }
  ]
}

Example

GET /api/v2/spaces/:space_id/asset_media_types

Path Parameters

Name
Type
Description

space_id

string

Space UUID

Headers

Name
Type
Description

Authorization

string

Bearer token

Content-Type

string

application/vnd.api+json

Response

Example

Last updated