call
calls

Submit Call Rating

Store a post-call rating (stars and/or comment) for this call.

This is the durable store for AI (ChaCha) call ratings — they never touch user_reviews. Human calls also rate the partner via /users/review; this endpoint just adds the per-call technical rating + comment. Upserts per (call_session, user) so a re-submit updates rather than duplicates.

Sync def on purpose: single-worker gamma — an async handler doing sync DB work would block the event loop.

post/call/sessions/{call_session_id}/rating

Path parameters

call_session_idstring required

Headers

authorizationstring nullable

Request body

ratinginteger nullable
technical_ratinginteger nullable
commentstring nullable
languagestring nullable
is_ai_callboolean

Response

Successful Response

{"stackTrail":"paths:/call/sessions/{call_session_id}/rating:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.