What's the API base URL for Hosted vs Core?
Updated 20 August 2026·1 views
Base URLs
Hosted (Studio): \\\
https://studio.underpeaks.com/api-public/v1/{project}/builder/{model}
\\\
Self-Hosted (Core):
\\\
https://your-instance.com/api-public/v1/{project}/{table}
\\\
Note the path difference — Hosted uses /builder/{model} (by model name), Core uses /{table} (by the model''s table_name).Was this article helpful?