Your First Request
We have designed a simple and reliable API for enqueuing your conversations. To receive your first reply, simply follow the steps below 👍.1. Authentication
We use access keys to authenticate requests made to our API. An access key is required to start sending requests. To create one, visit your customer dashboard under “Project > Access Keys” section. Once you have your access key, include it in every request using the HTTP headerAuthorization like this Bearer {api-key} (e.g. Authorization: Bearer sk-proj-XXXXXXXXXX).
2. Request Parameters
Conversation enqueue endpoint requires the following parameters:| Name | Description |
|---|---|
userProfileId | Your user/customer profile ID, used to retrieve data from your Profile Endpoint. |
personaProfileId | Your persona/virtual profile ID, used to retrieve data from your Profile Endpoint. |
language | The desired language for your answer. For today’s example, we are going to use EN (english). |
Additional parameters are available in API Reference > Content Creation > Endpoints > Enqueue Conversation.