cURL
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 }
Submit basic demographic information about the user
This is your JWT tolen
A valid API key
Body
The body is of type object.
object
200
The response is of type object.