Skip to main content

Getting Started

The Selcor Partner API lets you manage workspaces, locations, voice agents, and browser automation through a RESTful interface.

Authentication

Learn how to authenticate your API requests with Bearer tokens

Error Handling

Understand error codes, response formats, and pagination

Products

Voice

AI-powered phone agents for healthcare practices. Manage calls, configure agents, and provision phone numbers.

Relay

Browser automation powered by AI. Store credentials securely, execute instructions, and retrieve structured results.

Workspaces

Manage workspaces and organize your practice locations under a single tenant.

Locations

Configure locations with operating hours, services, and staff.

Base URL

https://api.selcor.ai/v1

Quick Start

curl https://api.selcor.ai/v1/workspaces \
  -H "Authorization: Bearer sk_live_..."