Skip to main content
POST
/
shoeRecommendation
/
form
Submit shoe recommendation questionnaire
curl --request POST \
  --url 'https://partner-api.ochy-prod.com/shoeRecommendation/form?apiKey=' \
  --header 'Content-Type: application/json' \
  --data '
{
  "input": {
    "form": {
      "subject_id": "550e8400-e29b-41d4-a716-446655440000",
      "running_experience": "intermediate",
      "running_session": "high_frequency",
      "weekly_km": "high_volume",
      "shoe_purpose": [
        "jogging",
        "tempo_training"
      ],
      "pain": [
        "knee"
      ],
      "weight": 75,
      "height": 1.8,
      "treadmill": false,
      "comfort_heel_cushioning": 60,
      "comfort_forefoot_cushioning": 45,
      "comfort_shoe_stability": 70,
      "comfort_forefoot_flexibility": 55,
      "previous_shoes": {
        "stability": "neutral",
        "drop": "medium_drop",
        "carbon_plate": "without_plate",
        "shoe_weight": "medium"
      }
    },
    "id_side_view_analysis": "3dde3402-94d7-462e-a784-9306207108dd",
    "id_back_view_analysis": "5c482a11-4f50-471f-91f2-af9acb14182f",
    "favorite_brands": [
      "nike",
      "asics"
    ]
  }
}
'
{
  "shoe_recommendation_id": "550e8400-e29b-41d4-a716-446655440000"
}

Authorizations

apiKey
string
query
required

Your API key, passed as a query parameter on every request.

Body

application/json
input
object
required

Response

Recommendation request created.

shoe_recommendation_id
string
required

Use this id with /shoeRecommendation/start and /shoeRecommendation/{id}/result.

Example:

"550e8400-e29b-41d4-a716-446655440000"