# Create feedback **POST /v1/Assistants/{id}/Feedbacks** Create feedback ## Servers - https://assistants.twilio.com: https://assistants.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **id** (string) The assistant ID. ### Body: application/json (object) - **message_id** (string) The message ID. - **score** (number(float)) The score to be given(0-1). - **session_id** (string) The Session ID. - **text** (string) The text to be given as feedback. ## Responses ### 201 Created #### Body: application/json (object) - **assistant_id** (string) The Assistant ID. - **id** (string) The Feedback ID. - **account_sid** (string) The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Feedback. - **user_sid** (string) The SID of the User created the Feedback. - **message_id** (string) The Message ID. - **score** (number(float)) The Score to provide as Feedback (0-1) - **session_id** (string) The Session ID. - **text** (string) The text to be given as feedback. - **date_created** (string(date-time)) The date and time in GMT when the Feedback was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. - **date_updated** (string(date-time)) The date and time in GMT when the Feedback was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. [Powered by Bump.sh](https://bump.sh)