Skip to content

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

Audience

  • Developers integrating with the Sybilion API using API keys or dashboard session tokens.

[email protected] · Slack · Discord (links in Community page & header icons)