Skip to content
OpenALaCarte

AI

AI-drafted replies to reviews. Auth: Authorization: Bearer oac_live_<key>. A company key covers every property it owns; a venue key covers its venue. Lists are cursor-paginated.

POST/api/v1/ai/review-reply

Three tones (warm · professional · firm). Requires ANTHROPIC_API_KEY on the platform.

Requires the write scope.

cURL
curl -X POST https://openalacarte.com/api/v1/ai/review-reply \
  -H "Authorization: Bearer oac_live_<your-key>" -H "Content-Type: application/json" \
  -d '{"restaurantName":"The Red Lion","rating":2,"comment":"Slow service."}'