Getting Started
Welcome to the Gibs API documentation. AI-powered EU regulatory compliance analysis via a simple REST API.
Quick Start
1. Get an API Key
Sign up at gibs.dev and create an API key in your dashboard.
2. Install an SDK (optional)
3. Make Your First Request
4. Get Your Response
SDKs are optional — any HTTP client works.
Base URL
OpenAPI 3.1 spec: api.gibs.dev/openapi.json
Authentication
All requests require a Bearer token in the Authorization header:
API keys start with gbs_live_ (production) or gbs_test_ (sandbox).
Rate Limits
| Plan | Requests/day | Requests/minute |
|---|---|---|
| Free | 50 | 5 |
| Starter (€49/mo) | 500 | 30 |
| Pro (€499/mo) | 5,000 | 100 |
| Enterprise | Custom | Custom |
Rate limit headers are included in every response:
When rate limited, the API returns 429 Too Many Requests.
Error Handling
All errors follow a consistent format:
| Status | Code | Meaning |
|---|---|---|
| 400 | invalid_request | Missing or malformed parameters |
| 401 | unauthorized | Invalid or missing API key |
| 429 | rate_limit_exceeded | Too many requests |
| 500 | internal_error | Server error (retry with backoff) |
| 503 | service_unavailable | Temporary downtime |
Supported Regulations
| Regulation | Coverage | Status |
|---|---|---|
| EU AI Act (2024/1689) | Full text — 113 articles, 13 annexes, 180 recitals | Live |
| GDPR (2016/679) | Full text — 99 articles, 173 recitals | Live |
| DORA (2022/2554) | 64 articles + 12 delegated acts | Live |
The API auto-detects which regulation a question targets. You can also specify explicitly via the regulation parameter.
Corpus Freshness
We monitor the EU Official Journal for amendments, delegated acts, and implementing acts. Our target is to incorporate material changes within 48 hours of publication.
Every API response includes a corpus_version field so you can track which version of the legal text was used.
| Regulation | Last updated | Monitoring |
|---|---|---|
| EU AI Act | Full text + all published guidance | Active |
| DORA | Full text + 12 delegated/implementing acts | Active |
| GDPR | Full text (stable since 2018) | Active |
Note: Gibs is an information tool, not a law firm. Always verify critical compliance decisions with qualified legal counsel.