These API docs cover the frontend endpoints that are authenticated with your Phonely API key.
Get Your API Key
- Sign in to the Phonely app.
- Open
/settings?tab=profile.
- Find the
API Key field.
- Reveal and copy the key.
Authenticate Requests
Send the API key in the X-Authorization header.
curl https://api.phonely.ai/agents \
-H "X-Authorization: YOUR_API_KEY"
Keep The Scope In Mind
- These docs cover the API-key-authenticated frontend API surface.
- Internal-only routes and services that use a different authentication model are out of scope here.
Keep your API key confidential. Do not share it publicly or commit it to source control.