curl --location --request POST '/v2/ai/audio/renders' \
--header 'User-Agent: ShutterstockWorkspace/1.1.30' \
--header 'Content-Type: text/plain' \
--header 'Authorization: Basic Og==' \
--data-raw '{
"audio_renders": [
{
"preset": "<string>",
"timeline": {
"spans": [
{
"span_type": "<string>",
"time": "<integer>",
"id": "<number>",
"tempo": "<integer>",
"regions": [
{
"value": "<Error: Too many levels of nesting to fake this schema>"
},
{
"value": "<Error: Too many levels of nesting to fake this schema>"
}
],
"instrument_groups": [
{
"value": "<Error: Too many levels of nesting to fake this schema>"
},
{
"value": "<Error: Too many levels of nesting to fake this schema>"
}
],
"tempo_changes": [
{
"value": "<Error: Too many levels of nesting to fake this schema>"
},
{
"value": "<Error: Too many levels of nesting to fake this schema>"
}
]
},
{
"span_type": "<string>",
"time": "<integer>",
"id": "<number>",
"tempo": "<integer>",
"regions": [
{
"value": "<Error: Too many levels of nesting to fake this schema>"
},
{
"value": "<Error: Too many levels of nesting to fake this schema>"
}
],
"instrument_groups": [
{
"value": "<Error: Too many levels of nesting to fake this schema>"
},
{
"value": "<Error: Too many levels of nesting to fake this schema>"
}
],
"tempo_changes": [
{
"value": "<Error: Too many levels of nesting to fake this schema>"
},
{
"value": "<Error: Too many levels of nesting to fake this schema>"
}
]
}
]
},
"filename": "<string>"
},
{
"preset": "<string>",
"timeline": {
"spans": [
{
"span_type": "<string>",
"time": "<integer>",
"id": "<number>",
"tempo": "<integer>",
"regions": [
{
"value": "<Error: Too many levels of nesting to fake this schema>"
},
{
"value": "<Error: Too many levels of nesting to fake this schema>"
}
],
"instrument_groups": [
{
"value": "<Error: Too many levels of nesting to fake this schema>"
},
{
"value": "<Error: Too many levels of nesting to fake this schema>"
}
],
"tempo_changes": [
{
"value": "<Error: Too many levels of nesting to fake this schema>"
},
{
"value": "<Error: Too many levels of nesting to fake this schema>"
}
]
},
{
"span_type": "<string>",
"time": "<integer>",
"id": "<number>",
"tempo": "<integer>",
"regions": [
{
"value": "<Error: Too many levels of nesting to fake this schema>"
},
{
"value": "<Error: Too many levels of nesting to fake this schema>"
}
],
"instrument_groups": [
{
"value": "<Error: Too many levels of nesting to fake this schema>"
},
{
"value": "<Error: Too many levels of nesting to fake this schema>"
}
],
"tempo_changes": [
{
"value": "<Error: Too many levels of nesting to fake this schema>"
},
{
"value": "<Error: Too many levels of nesting to fake this schema>"
}
]
}
]
},
"filename": "<string>"
}
]
}'
{
"audio_renders": [
{
"id": "njlpYoWWmb1AYs2nZyw7EcNWbAkZ",
"timeline": {},
"status": "WAITING_COMPOSE",
"preset": "MASTER_MP3",
"progress_percent": 0,
"files": [],
"created_date": "2021-01-26T12:10:22-05:00",
"updated_date": "2021-01-26T13:10:22-05:00"
}
]
}