Roosevelt Docs
Roosevelt Docs
Welkom
Architecture
Workflows
Infrastructure
AI & Automation
API Reference
API ReferenceAuthenticatieEndpoints
Design System
Guides

API Reference

Fastify API endpoints, OpenAPI specs en authenticatie

API Reference

De Roosevelt API is gebouwd met Fastify en gebruikt schema-first validatie met Zod.

Base URL

Production:  https://api.roosevelt.dev
Staging:     https://staging.api.roosevelt.dev

Authenticatie

Alle API requests vereisen een Authorization header met een Bearer token.

curl -H "Authorization: Bearer <token>" \
  https://api.roosevelt.dev/health

Health Check

GET /health

Retourneert 200 OK wanneer de API beschikbaar is.

Previous

Prompt Engineering

Next

API Reference

On this page

API ReferenceBase URLAuthenticatieHealth Check