Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
Request Code Samples
curl --location --request GET 'http://127.0.0.1:8000/api/assistant/3fff775c-a9e7-4b9d-a7b7-c177e9646fdf/conversations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Responses
application/json Modified at 2024-12-16 07:17:45