latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-18269154992.5 KB

8fbabe82a04d

Companies

Create company

Creates a company workspace and queues brand processing for its website. Requires a personal account key (seq_user_...). Company-scoped keys (seq_live_... and legacy ek_... keys) are bound to a single company and are rejected with 403, because they could never access the workspace they created.

post/companies

Request body

namestring

Company display name. If omitted, Sequenzy derives it from the domain.

domainstring required

Company website domain or URL.

Response

Company created

successboolean
messagestring

Example response

{
  "success": true
}