Chat Message
Purpose
Sends a new message in an ongoing conversation.
HTTP Method
POST
Endpoint
https://platform-api.feedloop.ai/app/init
Header
Name | Type | Required | Description |
---|---|---|---|
Token | String | Unique app authentication token. | |
Content-Type | String | Set to |
Path Parameter
Field | Type | Required | Description |
---|---|---|---|
convo_id | String | Conversation ID obtained from the Chat Initialization API. |
Request Body
Field | Type | Required | Description |
---|---|---|---|
Identity | String | Unique identifier for the user (e.g., email or user ID). | |
Data | Object | Additional user information, such as |
Example
Response
Field | Type | Description |
---|---|---|
status | String | Indicates success or failure. |
type | String | Message type (e.g., |
payload | object | Contains the response content. |
Example:
Last updated