---
title: "Queue async brand identity generation"
method: POST
path: "/v1/brand-identities/generate"
tags: ["Content"]
---

# Queue async brand identity generation

`POST /v1/brand-identities/generate`

## Request body

- object
  - `name` string
  - `websiteUrl` string, required

## Response `202`

Brand identity generation queued successfully

- object
  - `organization` object, required
    - `id` string, required
    - `slug` string, required
    - `name` string, required
    - `logo` string, nullable, required
  - `job` object, required
    - `id` string, required
    - `organizationId` string, required
    - `brandIdentityId` string, required
    - `status` 'queued' | 'running' | 'completed' | 'failed', required
    - `step` 'scraping' | 'extracting' | 'saving' | 'null', nullable, required
    - `currentStep` integer, required
    - `totalSteps` integer, required
    - `workflowRunId` string, nullable, required
    - `error` string, nullable, required
    - `createdAt` string, required
    - `updatedAt` string, required
    - `completedAt` string, nullable, required

## Other responses

- `400` — Invalid request body
- `401` — Missing or invalid API key
- `403` — Forbidden
- `404` — Organization not found
- `409` — Brand identity name already exists
- `429` — Rate limit exceeded. This endpoint allows 5 requests per 1 minute per organization.
- `503` — Authentication service unavailable

---

[API](https://skmtc.net/usenotra/apis/notra-api.md) · [All operations](https://skmtc.net/usenotra/apis/notra-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usenotra/notra-api/revisions/4e07496e06b0/schema)
