Skip to main content
POST
/
api
/
org
/
create
Org Create
curl --request POST \
  --url https://app.apigene.ai/api/org/create/ \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: 'Authorization: Bearer {token}'

Query Parameters

tier
enum<string>
required
Available options:
free,
pro,
enterprise,
enterprise_onprem,
apigene

Response

Successful Response