Chathive api
Chat
GETGet welcomes message
https://api.chathive.app/api/v1.0/chat/welcome_message?language=nl&stream=true
Get the welcome message for a specific language.
If language is not provided the default language from the project will be used.
Query parameters
- language: ISO 639-1 language codes (optional)
- stream: boolean value default false (optional)
If true the response will stream the welcome message in chunks as a response
Response
Welcome message found
Stream: false
Stream: true
Streams the welcome message in parts
Stream responses can result in abnormal response in Postman.
No welcome message
status code: 404
HEADERS
x-api-key
PARAMS
language
stream
Example Request
Get welcomes message
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers
GETGet lead generation fields
https://api.chathive.app/api/v1.0/chat/lead_generation/fields?language=en
Get the lead generation fields for the given language.
If language is not set, the default language will be used.
Query parameters
- language: ISO 639-1 language codes (optional)
Response
Each fields contains the following configurations
Reponse body
HEADERS
x-api-key
PARAMS
language
Example Request
Get lead generation fields
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers