AssistantCompletions

Stream

POST

Path parameters

sidstringRequired

Query parameters

userIdentifierstringRequired
groupIdentifierstringOptional
modelstringOptional

Request

This endpoint expects an object.
query
stringOptional
context
objectOptional
POST
1curl -X POST "https://ai.dopt.com/v0/assistant/:sid/completions/stream?userIdentifier=string&groupIdentifier=string&model=string" \
2 -H "x-api-key: <apiKey>" \
3 -H "Content-Type: application/json" \
4 -d '{}'