Skip to content

Creator Onboarding — Full API Documentation

This section documents the Creator Onboarding API: the step-by-step flow for new creators to create an account, set category, and connect audience (Steps 1–3).

Endpoint Index

#MethodEndpointDescriptionAuth
STEP 1 — ACCOUNT
1POST/onboarding/account/createCreate account with email/passwordNo
2POST/onboarding/account/googleCreate account via Google OAuthNo
3(Add handle after Google)Add handle after Google registrationTBD
4GET/onboarding/account/check-handleCheck handle availabilityNo
5GET/onboarding/account/check-emailCheck email availabilityNo
STEP 2 — CONTENT CATEGORY
6GET/onboarding/categoriesGet all content categories & stylesNo
7POST/onboarding/categorySave selected category & styleYes
STEP 3 — CONNECT AUDIENCE
8GET/onboarding/social/platformsGet available social platformsYes
9POST/onboarding/social/connectConnect social platform (send SDK token in body)Yes

Next steps