v93

OpenAPI 3.1.0raw.githubusercontent.com2026-08-01218121759.7 KB
Companies

Create company

Creates a company workspace and queues brand processing for its website.

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
}