For access to the Embeddables API, please contact the Embeddables team to discuss pricing.

Welcome

The Embeddables API is brand new and still being built. Please contact us to get access and let us know what you want us to prioritize shipping first!

Get Started with the Embeddables API

Use our interactive docs to generate your first API request.

Authentication

All private API endpoints are authenticated using API Keys. Each API Key gives full access to a particular Project. Head to Settings > Credentials and Endpoints in the Embeddables Dashboard to create an API Key. You should provide the API Key as the X-Api-Key header in your request:
Sample CURL Request
curl --request GET \
  --url https://api.embeddables.com/projects/{projectId}/entries \
  --header 'X-Api-Key: <x-api-key>'