PUT {uploadUrl}, you must use the mediaId generated from the POST /media request to perform this request to confirm the media has been sucessfully uploaded.GET /media/:mediaId to check the status and understand if it is already usable, in SUCCESS status, it shouldn't take more than a few minutes.curl --location --request PATCH 'https://api.swonkie.dev/v2/media/TWVkaWFJZDk4NzY1NDMyMQ' \
--header 'X-API-ID: {{apiId}}' \
--header 'X-API-KEY: {{apiKey}}'{
"id": "string",
"name": "string",
"path": "http://example.com",
"preview": "http://example.com",
"type": "string",
"status": "PROCESSING",
"specs": {
"width": 0,
"height": 0,
"duration": 0,
"fileSizeBytes": 0
},
"createdAt": "2019-08-24T14:15:22.123Z"
}