Continue Chat Conversation
API Documentation: Continue Chat Conversation
Endpoint
POST /v1/chat/completions/:chat_idDescription
Request
curl --location 'https://api.1for.ai/v1/chat/completions/{chat_id}' \
--header 'Content-Type: application/json' \
--header 'api-key: {API_KEY}' \
--data '{
"messages": [
{"role": "user", "content": "Can you explain further?"}
]
}'Response
Notes
Last updated