POST /v1/communities. That create route is not mounted on https://api.returning.ai.404 Route not found error. detail: Cannot POST /apis/v1/communities. A body with secretKey returns the same 404.x-community-creation-key header does not either.| Status | When | Recovery |
|---|---|---|
404 Cannot POST /apis/v1/communities | /v1/communities | Stop. Create the community in admin. |
secretKey multipart create. That contract is not on this public gateway./v1 paths are mounted.curl --location 'https://adss-production.returning.ai/apis/partner/v1/communities' \
--header 'x-community-creation-key: RAI-04-2026-CREATE-COMMUNITY-KEY' \
--header 'Content-Type: application/json' \
--data '{
"name": "Demo Community",
"userId": "1342",
"description": "First test of the new endpoint",
"alias": "demo"
}'{}