Api referenceCreator profilesApiCreator profiles
POST /api/creator-profiles
Authorization
sessionAuth better-auth.session_token<token>
Better Auth session cookie
In: cookie
Request Body
application/json
referenceType*string
Value in
"user" | "organization"referenceId*string
name*string
profileImageUrl*string
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://app.nuxa.ai/api/creator-profiles" \ -H "Content-Type: application/json" \ -d '{ "referenceType": "user", "referenceId": "string", "name": "string", "profileImageUrl": "string" }'{}{
"error": "string",
"code": "string"
}{
"error": "string",
"code": "string"
}{
"error": "string",
"code": "string"
}