Skip to main content

API Documentation & Playground

Written by Nikita Podelenko

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

  1. Open Integration in the sidebar β†’ API Keys tab

  2. Click Create API key, give it a name, copy the SK_* value

  3. Paste 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 β€” ⌘K to 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.

Did this answer your question?