Skip to main content
GET
/
catalog
/
v0
/
categories
Get Categories
curl --request GET \
  --url https://api.example.com/catalog/v0/categories \
  --header 'Authorization: Bearer <token>'
[
  {}
]

Documentation Index

Fetch the complete documentation index at: https://docs.depict.ai/llms.txt

Use this file to discover all available pages before exploring further.

This page does not apply to installs made in 2025 or later of the Depict Shopify apps

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

category_ids
string[]
required

Response

Successful Response