Skip to main content
POST
/
shoeRecommendation
/
start
Start shoe recommendation processing
curl --request POST \
  --url 'https://partner-api.ochy-prod.com/shoeRecommendation/start?apiKey=' \
  --header 'Content-Type: application/json' \
  --data '
{
  "shoe_recommendation_id": "550e8400-e29b-41d4-a716-446655440000"
}
'
{ "message": "Shoe recommendation started for 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
shoe_recommendation_id
string
required
Example:

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

Response

Processing accepted.

message
string
Example:

"Shoe recommendation started for ID: 550e8400-e29b-41d4-a716-446655440000"