Skip to main content
The OnePerfectSlice API is a REST API that returns JSON. Use it to run AI-powered analysis on your sales conversations, poll for results, search posts, and retrieve evidence. Base URL
All requests require a Bearer token — see Authentication.

Response envelope

All successful responses wrap data in a standard envelope:
The meta field is only present on paginated endpoints. Non-paginated endpoints return { "data": { ... } } only.

Error envelope

Error responses use a separate structure with a machine-readable code (UPPER_SNAKE_CASE) and a human-readable message:
The details field is optional and provides additional context for certain errors. See Errors for the full list of error codes.

Endpoint groups

Quickstart

For a step-by-step walkthrough, see the Quickstart.