curl --location --request GET 'https://api.airudder.com/service/cloud/didi/robotlist' \
--header 'Authorization;' \
--header 'User-Agent: Airudder'
{
"code": 200,
"status": "ok",
"data": {
"count": 1,
"robots": [
{
"RobotID": "xxxxxxxx",
"RobotName": "PO_XXX_MPXX_DDDD_V2",
"Appid": "xxxxxxxxxxxx",
"Country": "India",
"Language": "English",
"Voice": "male",
"Tone": "Natural",
"RobotDescription": "helleo",
"Link": "http://wwww.dafasd.com/adfasdf/a.mp3",
"Intention": [
{
"intention": "A",
"en_annotate": "Willing"
}
],
"Variables": [
"Gender",
"Name"
],
"Platforms": [
"AIRUDDER",
"ABC"
],
"ScriptUrl": "https://www.airudder.com/aaaa.xlsx",
"Creator": "ward",
"CreateTime": 1701828626000,
"UpdateTime": 1701828626000
}
]
}
}