Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Passthrough to Supabase PostgREST for the app’s project. Accepts any HTTP method.
cURL
curl --request POST \ --url https://api.usenaive.ai/v1/apps/{id}/db/rest/{path} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "error": { "message": "<string>", "hint": "<string>", "reason": "<string>" } }
Workspace API key. Create one via the dashboard or POST /v1/auth/keys.
POST /v1/auth/keys
The body is of type object.
object
Upstream passthrough response.