Skip to content

Self-service registration

POST
/api/v1/auth/register

Create a new account with a Free tier organization. The org starts with 50 XCT.

Request Body

application/json
JSON
{
  
"email": "string",
  
"password": "string",
  
"company_name": "string",
  
"first_name": "",
  
"last_name": "",
  
"turnstile_token": ""
}

Responses

Successful Response

application/json
JSON
{
  
"access_token": "string",
  
"token_type": "bearer",
  
"organization_id": "string",
  
"message": "string"
}

Playground

Server
Body

Samples

Powered by VitePress OpenAPI

XC AI Content Automation