API Documentation

Integrate Spehre's robust algorithms into your own talent pipelines.

Getting Started

Spehre provides a RESTful API returning JSON responses. Standard HTTP response codes are used to indicate success or failure.

Authentication

Authenticate your API requests by including your secret API key in the request header.

Authorization: Bearer YOUR_API_KEY

Endpoints

GET /v1/jobs/search

Retrieve a paginated list of active job postings matching your criteria.

POST /v1/applications

Submit a new candidate application to a specific job listing.