Guides

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
        }
    ]
}
ParameterTypeDescription
dataJSONList 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"
}
KeyValueDescription
job_idStringThe job ID to track the job
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!