API Reference

Build on Taltas.

A RESTful API for integrating Taltas data and workflows into your own tools and systems.

Base URL
https://api.taltas.ai/api/v1
Authentication

All requests require a Bearer token in the Authorization header. Generate API keys from Settings > Keys.

Endpoints

GET
/api/v1/roles
List all active roles for your organization.
POST
/api/v1/roles
Create a new role and optionally launch a screening campaign.
GET
/api/v1/candidates
List candidates across all roles with filtering and pagination.
GET
/api/v1/candidates/:id
Retrieve full candidate profile including SNAP phase history.
POST
/api/v1/campaigns
Launch a new Strategy Campaign with phase gate configuration.
GET
/api/v1/transcripts/:id
Retrieve an agent conversation transcript.
POST
/api/v1/webhooks
Register a webhook endpoint for real-time event delivery.

Full documentation including request/response schemas, webhooks, and SDKs: api@taltas.ai