Overview
Base URL
https://api.fora.is
All examples in these docs use the base URL above.
Authentication
API endpoints accept Bearer tokens. You can create a personal API token from the Fora web app under Settings → API Tokens.
Include the token in the Authorization header:
Authorization: Bearer <YOUR_TOKEN>
Surface Area
This documentation only covers the endpoints documented here:
- Ingestion (
/ingest/items,/ingest/jobs/{job_id}) - Tasks (
/tasks,/tasks/{task_id}/feedback) - Graph (
/graph/availability,/graph/query) - Token info (
/tokens/me) - Device link exchange (
/tokens/link/exchange)