post https://{app}.{filespin}.{io}/api/v1/assets//addons/pose_classification
Response JSON
Response JSON when is_synchronous is true
The API call will return with a JSON response as below.
{
"data": [
{
"pose": "STANDING",
"confidence": 0.94
},
{
"pose": "BENDING",
"confidence": 0.81
},
{
"pose": "CROUCHING",
"confidence": 0.97
}
]
}
Parameter | Type | Description |
---|---|---|
data | JSON | List of poses detected |
Response JSON when is_synchronous is false
The API call will return with a JSON response as below.
{
"job_id" : "c35f1e7a-2e1e-4a3a-ac3c-9f54cd7879ac"
}
Key | Value | Description |
---|---|---|
job_id | String | The job ID to track the job |