/media/upload, call this with ordered chunks (fileName, chunkNumber) and fileExtension to produce a single fileName + readUrl for use in posts (typically video).curl --location 'https://app.highperformr.ai/api/v1/media/finalize-media-upload' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"fileExtension": "jpg",
"chunks": [
{
"fileName": "string",
"chunkNumber": 0
}
]
}'{
"fileName": "string",
"readUrl": "http://example.com"
}