API

Coming soon

We are building a REST API to let you integrate ReadyCheck with your existing tools and workflows. Sign up to get access when it launches.

Preview

Planned endpoints

Here is a preview of what we are building. Endpoints and payloads may change before launch.

Meetings

Create, read, update, and manage meetings programmatically. Access meeting metadata, participants, and status.

GET /meetingsPOST /meetingsGET /meetings/:idPATCH /meetings/:id

Prep Submissions

Submit and retrieve prep responses. Query submission status for participants.

GET /meetings/:id/submissionsPOST /meetings/:id/submissions

Webhooks

Receive real-time notifications when meetings transition, preps are submitted, or summaries are generated.

POST /webhooksGET /webhooksDELETE /webhooks/:id

Summaries

Access AI-generated meeting summaries, action items, and decisions after meetings complete.

GET /meetings/:id/summaryGET /meetings/:id/action-items
Authentication

Secure by design

API keys with configurable scopes let you grant only the permissions needed.

All requests authenticated via Bearer tokens over HTTPS.

Rate limiting protects your account and ensures fair usage.

# Example request
curl -X GET \
  https://api.readycheck.space/v1/meetings \
  -H "Authorization: Bearer sk_..."
Get Started

Get API access

Sign up for the API beta. We will notify you when it is ready for testing.

Stop wasting the first 15 minutes of every meeting