Login

Create User

Crée un nouvel utilisateur dans Supabase.

Two anti-abuse paths:

  • From CEP panel (X-Device-Fingerprint header present): block if this device already created an account. Account is active immediately.
  • From web site (no fingerprint header): require email verification before the account receives any AI credits. Disposable emails rejected. Both paths are rate-limited per source IP.
post/api/users/

Request body

emailstring required
firstnamestring nullable
namestring nullable
membershipinteger nullable
ai_creditsinteger nullable
passwordstring required
sourcestring nullable

Response

Successful Response

emailstring required
firstnamestring nullable
namestring nullable
membershipinteger nullable
ai_creditsinteger nullable
idinteger required
stripe_customer_idstring nullable
has_pay_podcastboolean nullable
subscription_activeboolean nullable
nb_gen_requestinteger nullable
has_pay_genAIboolean nullable
created_atstring date-time nullable
updated_atstring date-time nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.