Skip to main content
GET
/
v3
/
brand-glossaries
List Brand Glossaries
curl --request GET \
  --url https://api.heygen.com/v3/brand-glossaries \
  --header 'x-api-key: <api-key>'
{
  "data": [
    {
      "brand_glossary_id": "<string>",
      "name": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z"
    }
  ],
  "has_more": true,
  "next_token": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://heygen-1fa696a7.mintlify.app/llms.txt

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

Authorizations

x-api-key
string
header
required

HeyGen API key. Obtain from your HeyGen dashboard.

Query Parameters

limit
integer
default:10

Maximum number of brand glossaries to return (1-100). Default 10.

Required range: 1 <= x <= 100
token
string

Opaque pagination cursor from a previous response's next_token. Omit for the first page.

Response

Successful response

data
BrandGlossaryItem · object[]
has_more
boolean

Whether more pages are available

next_token
string | null

Opaque cursor for the next page