API
Build on Keelstar
A clean, predictable API over the same workflows, monitors, and audit logs you use in the app.
GET /v1/documents/:id/parsed-fields
{
"id": "doc_8x2",
"type": "certificate_of_insurance",
"fields": {
"expiration_date": "2026-11-30",
"general_liability_limit": 1000000
}
}OverviewWhat the Keelstar API does and how it's structured.
AuthenticationAPI keys and securing requests.
OrganizationsManage workspaces programmatically.
UsersMembers and roles.
DocumentsUpload and retrieve documents.
Parsed fieldsAccess extracted fields like dates and limits.
WorkflowsCreate and drive workflows.
MonitorsSet up continuous monitoring.
NotificationsConfigure reminders and alerts.
WebhooksSubscribe to events.
Rate limitsUsage limits and headers.
ErrorsError codes and handling.
ChangelogAPI changes over time.