POST
/
api
/
v1
/
user
/
onboarding
curl --request POST \
  --url https://www.artilla.ai/api/v1/user/onboarding \
  --header 'Content-Type: application/json' \
  --data '{
  "fullName": "<string>",
  "occupation": "<string>",
  "otherOccupation": "<string>",
  "company": "<string>",
  "referralSource": "<string>",
  "otherReferralSource": "<string>",
  "primaryRole": "<string>",
  "aiExperience": [
    "<string>"
  ],
  "comments": "<string>"
}'
{
  "success": true,
  "waitlisted": true
}

Headers

authorization
string

This is your JWT tolen

x-api-key
string

A valid API key

Body

application/json
Body

The body is of type object.

Response

200 - application/json
200

The response is of type object.