API Reference
Reading and writing data through the REST API.
How do I authenticate API requests?
How to authenticate with an API key or session token, on Hosted or Core.
What's the API base URL for Hosted vs Core?
Hosted uses /builder/{model}; Core uses /{table} — different path structure.
How do I list, get, create, update, and delete records via the API?
The request shape for each CRUD operation, Hosted and Core.
Why did my delete request fail on a non-id primary key?
Core's Delete endpoint only matches the id column — use the console for other primary keys.
What are the API rate limits?
Hosted scales with your plan; Core is a flat 100 requests/minute per key.
What's the maximum payload size for create/update requests?
Create/update payloads are capped at 1MB.
What integrations does Studio's API expose that Core doesn't?
AI, email, OTP, and S3 presign endpoints are Studio-only.