Skip to main content
GET
/
v1
/
brand
/
images
Get brand images
curl --request GET \
  --url https://brew.new/api/v1/brand/images \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "url": "https://cdn.brew.new/cnt/abc.png",
      "description": "Clerk user-profile component",
      "width": 1056,
      "height": 1002
    }
  ],
  "pagination": {
    "limit": 20,
    "cursor": null,
    "hasMore": false
  }
}

Authorizations

Authorization
string
header
default:Bearer brew_your_api_key
required

Send your Brew API key as Authorization: Bearer brew_xxx.

Query Parameters

q
string
Required string length: 1 - 500
type
string
Required string length: 1 - 40
aspectRatio
string
Required string length: 1 - 20
limit
cursor
string
Required string length: 1 - 512

Response

A page of brand images (semantic results when ?q=).

data
object[]
required
pagination
object
required