curl --location --request POST 'http://dev-cn.your-api-server.com/v2/text/question_answer' \
--header 'Authorization: Bearer <your_key>' \
--header 'content-type: application/json' \
--data-raw '{
"response_as_dict": true,
"attributes_as_list": false,
"show_original_response": false,
"temperature": 0
}'{
"tenstorrent": {
"answers": [
"geopelia humeralis"
]
},
"openai": {
"answers": [
"The scientific name of bar-shouldered dove is Geopelia humeralis."
]
},
"eden-ai": {
"status": "success",
"answers": [
"geopelia humeralis",
"The scientific name of bar-shouldered dove is Geopelia humeralis."
]
}
}