> ## Documentation Index
> Fetch the complete documentation index at: https://docs.appstatic.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Brand profile

> The profile every ad is built from, including the truthful-claims whitelist.



## OpenAPI

````yaml /api-reference/openapi.yaml get /brand
openapi: 3.1.0
info:
  title: appstatic API
  version: '1.0'
  description: >-
    Generate audited Meta static ads for your app and push them to your ad
    account.
servers:
  - url: https://www.appstatic.io/api/v1
security:
  - bearerAuth: []
paths:
  /brand:
    get:
      summary: Brand profile
      description: >-
        The profile every ad is built from, including the truthful-claims
        whitelist.
      responses:
        '200':
          description: OK
        '404':
          description: No brand yet
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer
      description: API key from Settings → API & agents (as_live_…)

````