Name | Type | Description | |
---|---|---|---|
api_key | string | Your API-key | |
job_id | number | job_id | |
product_id | number(optional) | product_id |
{
"api_key" : {{apikey}},
"job_id" : 125,
"product_id" : 123
}
curl --location --request POST 'https://api.yelo.red/open/task/getTookanRequest' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_key" : {{apikey}},
"job_id" : 125,
"product_id" : 123
}'
{}