# ReadyToTalk API Base URL: https://backend.readyto.talk Auth: Authorization: Token ## What it does ReadyToTalk is a headless AI receptionist API. It answers inbound calls, SMS, and web chat for businesses, returning structured summaries, booking appointments, and routing inquiries. ## Key endpoints - GET /api/businesses/ — list businesses you have access to - GET /api/businesses/{id}/ — business config (hours, services, greeting) - GET /api/conversations/ — list conversations (calls, SMS, chats) - GET /api/conversations/{id}/ — full conversation transcript - POST /api/conversations/{id}/respond/ — inject a response into a live conversation - GET /api/appointments/ — list appointments booked by the AI - GET /api/schema/ — OpenAPI 3.0 schema ## Auth All requests require: Authorization: Token Tokens are scoped to a workspace. Request access at https://readyto.talk ## Rate limits Standard: 100 req/min per token ## Interactive docs https://backend.readyto.talk/api/docs/