Common API Topics
Common API topics for all endpoints.
Authentication
Error Object
{
"code": 400,
"message": {
"overall": "Validation errors",
"specifics": [
{
"field": "height",
"message": "Missing data for required field."
}
]
}
}
{
"message": {
"code": 400,
"overall": "Validation errors",
"specifics": [
{
"field": "jean_waist",
"message": "waist_circum_preferred is greater than maximum value 67.01."
},
{
"field": "height",
"message": "height is greater than maximum value 85.94."
}
]
}
}Outlier Detection
Rate Limiting
Last updated