curl --request POST \
--url https://api.avidoai.com/v0/quickstarts/confirm-style-scores \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--header 'x-application-id: <api-key>' \
--data '
{
"quickstartId": "123e4567-e89b-12d3-a456-426614174000"
}
'{
"data": {
"quickstartId": "123e4567-e89b-12d3-a456-426614174000",
"applicationId": "456e4567-e89b-12d3-a456-426614174000"
}
}Confirms the style scores for a quickstart and triggers the quickstart completion process.
curl --request POST \
--url https://api.avidoai.com/v0/quickstarts/confirm-style-scores \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--header 'x-application-id: <api-key>' \
--data '
{
"quickstartId": "123e4567-e89b-12d3-a456-426614174000"
}
'{
"data": {
"quickstartId": "123e4567-e89b-12d3-a456-426614174000",
"applicationId": "456e4567-e89b-12d3-a456-426614174000"
}
}Your unique Avido API key
Your unique Avido Application ID
Request body for confirming style scores and completing a quickstart
The ID of the quickstart to confirm style scores for
"123e4567-e89b-12d3-a456-426614174000"
Successfully confirmed style scores
Response schema for confirming style scores and triggering quickstart completion
Show child attributes