REST overview
Instant REST endpoints for every project table.
Base URL
All REST routes live under your Project URL:
plain.txt
https://YOUR_API/api/projects/YOUR_SLUG/rest/...Authentication
Authorization: Bearer <anon|service_role key>— requiredX-User-Jwt: <project auth access token>— optional; runs as authenticated role for RLS
Service role bypasses RLS
The service role key runs as the database owner and ignores row policies. Use it on trusted servers only.
The dashboard API page shows live curl examples for each of your tables.