RevReply
    RevReply
    • status
      GET
    • create-agent
      POST
    • update-agent
      POST
    • list-agents
      GET
    • get-agent
      GET
    • timezones
      GET
    • create-response
      POST
    • classify-response
      POST
    • rate-response
      POST
    • delete-agent
      DELETE

      rate-response

      POST
      /response/rate

      Request

      Header Params
      Authorization
      string 
      required
      Example:
      Bearer {{api_key}}
      Accept
      string 
      required
      Example:
      application/json
      Body Params multipart/form-data
      response
      string 
      required
      The response generated by our system
      Example:
      Glad you are interested in our product. Lets meet sometime to discuss further.
      liked
      string 
      required
      1 for liked, 0 for not liked
      Example:
      1

      Request samples

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST '/response/rate' \
      --header 'Authorization: Bearer {{api_key}}' \
      --header 'Accept: application/json' \
      --form 'response="Glad you are interested in our product. Lets meet sometime to discuss further."' \
      --form 'liked="1"'

      Responses

      🟢200Success
      application/json
      Body
      object {0}
      Example
      {}
      Modified at 2024-12-12 20:07:25
      Previous
      classify-response
      Next
      delete-agent
      Built with