API Reference

Base URL: https://api.notarail.com/v1 · Auth: Bearer token · Format: JSON

Authentication

All API requests require a Bearer token in the Authorization header. Generate an API key in Settings → API (Growth plan required).

GET /v1/meetings

Returns a paginated list of meetings processed by Notarail.

GET /v1/meetings/:id/action-items

Returns all action items extracted from a specific meeting.

POST /v1/meetings/:id/push

Manually trigger a push of action items to a connected integration.

Rate limits

100 requests per minute per API key. Rate limit headers: X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset.

Error codes

  • 401 Unauthorized — Invalid or missing API key
  • 403 Forbidden — API access requires Growth plan
  • 404 Not Found — Resource not found
  • 429 Too Many Requests — Rate limit exceeded
  • 500 Internal Server Error — Contact [email protected]