Prosli AIProsli AI docs

API Overview

The Prosli API is on our roadmap. This reference documents the planned surface so you can design integrations early.

The API is not generally available yet. The endpoints and payloads described here express the intended design and may change before launch.

What it will let you do

  • Read candidates, their evaluations, and their evidence.
  • React to hiring events in real time with webhooks.
  • Manage roles and read the organization an API key belongs to.

Base URL

All requests will be made over HTTPS to a versioned base URL.

https://api.prosliai.xyz/v1

Conventions

  • Format — JSON request and response bodies.
  • Timestamps — ISO 8601 (UTC).
  • Pagination — cursor-based on list endpoints.
  • Errors — standard HTTP status codes with a machine-readable body.