Apidree

Powerful API Management Platform with D1 Database, supporting both API Key and JWT authentication

API Key Authentication
Server-to-server authentication with secure API keys
curl -H "x-api-key: YOUR_KEY" ...
JWT Token Auth
Secure authentication for mobile and web applications
Authorization: Bearer TOKEN
Cloudflare D1
Fast, reliable SQLite database at the edge

Global distribution with low latency

API Usage Examples

API Key (Server-to-Server)
curl -H "x-api-key: YOUR_API_KEY" \
  https://api.apidree.com/articles/article-001
JWT Token (Mobile/Web Apps)
curl -H "Authorization: Bearer YOUR_JWT_TOKEN" \
  https://api.apidree.com/articles/article-001