Submit shoe recommendation questionnaire
Step 1 of 3 — Create a shoe recommendation request.
Send the runner questionnaire and references to completed analyses. The server returns a
shoe_recommendation_id that you pass to POST /shoeRecommendation/start, then poll
GET /shoeRecommendation/{shoe_recommendation_id}/result until the status is success.
Subject link: When you set input.form.subject_id, it must be a subject id returned by
POST /subjects (same id you may pass as subject_id on POST /analysis/start). If you
omit subject_id, no subject lookup is performed for that request.
Analyses: At least one of id_side_view_analysis or id_back_view_analysis is required.
Each id must be a video_id from a completed analysis (GET /analysis/{analysis_id}/results
with status: success) that belongs to your account. Side-view ids must refer to a
side_view analysis; back-view ids to a back_view analysis. If you send subject_id and an
analysis was created with a subject_id, that id must match subject_id.
Height and weight: Height is in meters (defaults to 1.70 if omitted). Weight is in kilograms (defaults to 70 if omitted).
Shoe purposes: tempo_training is accepted; the alias tempo is also accepted and stored
as tempo_training.
Authorizations
Your API key, passed as a query parameter on every request.
Body
Response
Recommendation request created.
Use this id with /shoeRecommendation/start and /shoeRecommendation/{id}/result.
"550e8400-e29b-41d4-a716-446655440000"