ModaDocs
Brand Kits

Create brand kit

Creates a brand kit by extracting brand information from a company website. Extraction typically takes 10-30 seconds.

POST
/brand-kits

Authorization

bearerAuth
AuthorizationBearer <token>

API key from Settings > Developer > REST API. Format: moda_live_...

In: header

Request Body

application/json

url*string

Company website URL or domain (e.g. 'stripe.com') to extract brand data from.

Response Body

application/json

curl -X POST "https://api.moda.app/v1/brand-kits" \  -H "Content-Type: application/json" \  -d '{    "url": "string"  }'
{
  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  "title": "string",
  "is_default": true,
  "created_at": "2019-08-24T14:15:22Z",
  "updated_at": "2019-08-24T14:15:22Z",
  "company_name": "string",
  "company_url": "http://example.com",
  "company_description": "string"
}