Sybilion Developers Portal
Welcome to the developer documentation for the Sybilion API. This guide shows you how to authenticate, submit forecasts and driver recommendations, browse the catalog, read your balance and usage, and handle common errors.
Create API keys and add balance from the Developers Portal (web UI). All monetary values in the public API are integer EUR cents (100 = €1.00); see GET /api/v1/me for the balance fields.
Interactive reference: the API host serves Swagger UI at /docs backed by the spec at /openapi.yaml. See Interactive OpenAPI.
Base URL: use the API hostname for your account (sibling of the Developers Portal, or your dedicated API domain).
How the docs are organized
Three independent ways into the same content:
- Features — concept pages with curl + Python + Go side by side. The fastest path if you know the use case (forecast a series, recommend drivers, browse dimensions).
- Clients — install + auth + language idioms. The fastest path if you've picked your stack and want client-specific patterns (helpers, errors, custom transport).
- API reference — per-endpoint detail pages and the interactive OpenAPI explorer.
Quick map
- Get started: Quickstart · Authentication · Tiers & signup trial
- Features: Forecasts · Drivers · Regions & categories · Account & usage
- Clients: Overview · Using curl · Python SDK · Go SDK
- API reference:
- Interactive OpenAPI (Swagger)
- Forecasts — Submit · Status · Artifacts
- Drivers — POST /api/v1/drivers
- Dimensions — GET /api/v1/regions · GET /api/v1/categories
- Account — GET /api/v1/me · GET /api/v1/usage · GET /api/v1/jobs
- Resources: Errors & limits · Service health · Community & support
Audience
- Developers integrating with the Sybilion API using API keys or dashboard session tokens.