API v1
v1 is a legacy API version. Use v3 for new integrations where possible.
Endpoints
| Method | Path | Description |
|---|---|---|
GET | /api/v1/projects | List all accessible projects |
GET | /api/v1/projects/:id | Get project details |
GET | /api/v1/citations | List citations (filterable by project) |
GET | /api/v1/citations/:id | Get a citation |
GET | /api/v1/extractions | List extractions |
GET | /api/v1/extractions/:id | Get an extraction |
GET | /api/v1/keywords | List keywords |
GET | /api/v1/users | List users (admin only) |
GET | /api/v1/evidence_variables | List evidence variables |
GET | /api/v1/mentions | List @mentions for the current user |
GET | /api/v1/timepoint_names | List timepoint name definitions |
GET | /api/v1/orderings | List extraction orderings |
Filtering
Most list endpoints support filtering by project_id:
GET /api/v1/extractions?project_id=123