Build integrations with SkipCalls using our public REST API. The interactive playground lets you browse every endpoint, test requests straight from the browser, and copy production-ready cURL.
Open the playground
What's available
82 endpoints across five areas β agents, outbound calls, inbound calls, contacts/CRM, and booked appointments. Each endpoint includes a plain-English description, parameter reference, example request body, and expected response shape.
Getting an API key
Open Integration in the sidebar β API Keys tab
Click Create API key, give it a name, copy the
SK_*valuePaste it in the playground's Authenticated chip at the top right (or into the
Authorization: Bearer ...header in your own code)
Keys don't expire and stay yours until you revoke them.
Quickstart
curl -X GET 'https://be.skipcalls.com/users/me' \ -H 'Authorization: Bearer $SKIPCALLS_API_KEY'
Returns your profile. If you get 401, the key is missing or revoked.
Useful features
Try it β send real requests from the browser, see the actual response
Copy for AI β copies endpoint spec as markdown for Claude/ChatGPT
Save & History β pin frequent requests, replay the last 20 you ran
Shareable links β copy the URL to hand a pre-filled request to a teammate
Keyboard β
βKto jump between endpoints,ββ΅to send,/to search
Need help?
If you're building something specific and hit a wall, reply to this conversation with your endpoint and the request body β we'll help you debug.
