path and preview URLs are temporary signed URLs that expire after a certain time period.SUCCESS indicates the media is fully processed and ready to use in posts.PROCESSING means the file is still being processed - wait before using it in posts.ERROR indicates processing failed - the file may need to be re-uploaded.ARCHIVED means the file has been archived and may not be available for use.specs object contains technical metadata extracted during processing.duration field indicates length in seconds.POST /media has been successfully processed before using it in posts.curl --location --request GET 'https://api.swonkie.dev/v2/media/TWVkaWFJZDk4NzY1NDMyMQ21' \
--header 'X-API-ID: {{apiId}}' \
--header 'X-API-KEY: {{apiKey}}'{
"id": "TWVkaWFJZDk4NzY1NDMyMQ",
"name": "product-photo.jpg",
"path": "https://storage.example.com/media/abc123.jpg",
"preview": "https://storage.example.com/previews/abc123-thumb.jpg",
"type": "image/jpeg",
"status": "SUCCESS",
"specs": {
"width": 1920,
"height": 1080,
"duration": null,
"fileSizeBytes": 2456789
},
"createdAt": "2026-01-15T10:30:00.000Z"
}