curl --request POST \
--url https://api.example.com/public/candidates/expand \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"publicSessionToken": "<string>",
"candidateConcatGenerationIDs": [
1,
2,
3
],
"expandQuantity": true,
"expandScope": false,
"languageID": 1,
"page": 1,
"pageSize": 30
}
'{
"success": true,
"data": "<unknown>"
}Public version of the Kicks off secondary calls to continue generating new candidate concats for a given generation event ID.
curl --request POST \
--url https://api.example.com/public/candidates/expand \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"publicSessionToken": "<string>",
"candidateConcatGenerationIDs": [
1,
2,
3
],
"expandQuantity": true,
"expandScope": false,
"languageID": 1,
"page": 1,
"pageSize": 30
}
'{
"success": true,
"data": "<unknown>"
}The access token received from the authorization server in the OAuth 2.0 flow.
The generation event IDs to filter by.
ExpandQuantity (boolean) determines if it expands the quantity of candidate concats
ExpandScope (boolean) determines if it expands the scope of candidate concats