Introduction
The Sentrion API provides programmatic access to job market intelligence. Use our APIs to search for job postings from specific companies, filter by various criteria, and retrieve detailed company information.Getting Started
Create your account
Head to app.sentrion.ai and sign up. You’ll get access to your dashboard right away.
Get your API key
In your dashboard, go to Settings > API Keys and create a new key. This key is how Sentrion identifies your requests.
Your API key is like a password — keep it private and never share it publicly.
Base URL
All API requests should be made to:Authentication
All endpoints require Bearer token authentication. Include your API key in theAuthorization header:
API Versioning
This API is currently unversioned. We are committed to maintaining backward compatibility. Any breaking changes will be introduced under a new versioned endpoint (e.g.,
/v2/search/company-jobs).Available Endpoints
Response Format
All API responses follow a consistent format:- Success Response
- Error Response
Rate Limiting
The API implements rate limiting to ensure fair usage. If you exceed the rate limit, you’ll receive a429 status code with the following response:
Error Codes
| Status Code | Error Code | Description |
|---|---|---|
| 400 | bad_request | The request was malformed |
| 401 | unauthorized | Invalid or missing API key |
| 422 | validation_error | Invalid request parameters |
| 429 | rate_limit_exceeded | Rate limit exceeded |
| 500 | server_error | Internal server error |
