Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is an access key.
Example: Authorization: Bearer sk-proj-XXXXXXXXX
Body
Represents a request to enqueue a conversation
A user profile ID; this will represent the profile that will receive the generated reply.
A persona profile ID; this will represent the profile that our operator will impersonate.
The language used to generate the reply.
EN
, EN_GB
, FR
, FR_BE
, RO
, NL
, ES
, DE
, IT
, ES_LATAM
, BG
, HE
, JA
, NL_BE
, EN_AU
, PT_PT
, PT_BR
, SV_SE
, DA_DK
, FI_FI
, PL_PL
, LT_LT
, NB_NO
, NN_NO
Specify the current user profile version. If it differs from the stored version, it will trigger a profile data refresh.
Specify the current persona profile version. If it differs from the stored version, it will trigger a profile data refresh.
A map of tags to associate with the generated answer. You can use any key-value pair to store additional information along with your request. You can use this to store arbitrary metadata, for events tracking or statistics.
Specify whether the conversation should be processed in test mode. In test mode, you will receive a dummy answer, which is useful for testing purposes.
You will not be charged when using test mode.
A set of parameters that allow you to customize the reply you receive from us, enabling greater flexibility and control over the response format, content, and behavior.
Response
No Content