Skip to content

Misc

Translate a message

Requires Authorization.

Paid feature.

POST /v5/chat/translate

Body:

  • conversationId — string
  • messageId — string
  • targetLanguageCode — string, e.g. en

Response:

  • translatedText — string

Errors:

  • HTTP status 402, error User has reached their entitlement limits

OCR recognition in chat

WIP

Requires Authorization.

Appears to be a submitting endpoint rather than a retrieving one.

POST /v5/recognition/chat

Rate an AI message suggestion

WIP

Requires Authorization.

POST /v1/wingman/feedback

Body:

  • message_id — string
  • prompt_id — string
  • rating — number, e.g. 1
  • text — string, feedback text
  • timestamp — unix timestamp in milliseconds

Response:

Empty object ({}).

Errors:

  • HTTP status 400 (bad request)