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.
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/:idPrep Submissions
Submit and retrieve prep responses. Query submission status for participants.
GET /meetings/:id/submissionsPOST /meetings/:id/submissionsWebhooks
Receive real-time notifications when meetings transition, preps are submitted, or summaries are generated.
POST /webhooksGET /webhooksDELETE /webhooks/:idSummaries
Access AI-generated meeting summaries, action items, and decisions after meetings complete.
GET /meetings/:id/summaryGET /meetings/:id/action-itemsSecure 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.
https://api.readycheck.space/v1/meetings \
-H "Authorization: Bearer sk_..."
Get API access
Sign up for the API beta. We will notify you when it is ready for testing.