API Overview
REST API
Docfire AI Engine exposes a RESTful API for integration with other services on the Docfire platform.
Base URL
https://docfire.so/api
Available Endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST | /api/ingest |
Submit data for AI processing |
| GET | /api/sessions/{id}/status |
Check the status of a session |
| GET | /api/sessions/{id}/results |
Retrieve the processed results |
Response Format
All responses are in JSON format with UTF-8 charset.