get
https://api.soundstripe.com/v1/supe/assets/
Retrieve the processing state of a previously uploaded asset. Assets are scoped to the requesting API key; references from other keys look like 404.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Retrieve the current processing state of a previously uploaded asset. Assets are scoped to your API key; references from other keys look like 404.
Response
{
"data": {
"id": "550e8400-e29b-41d4-a716-446655440000",
"type": "supe_assets",
"attributes": {
"status": "processed",
"media_kind": "image",
"submitted_at": "2026-05-04T00:00:00Z",
"processed_at": "2026-05-04T00:00:08Z",
"original_retained": false
},
"links": {
"self": "https://api.soundstripe.com/v1/supe/assets/550e8400-e29b-41d4-a716-446655440000"
}
},
"links": {
"self": "https://api.soundstripe.com/v1/supe/assets/550e8400-e29b-41d4-a716-446655440000"
}
}Attributes
| Attribute | Type | Description |
|---|---|---|
| status | string | One of pending, processing, processed, failed, blocked, or expired. |
| media_kind | string | image or video. |
| submitted_at | string | ISO-8601 timestamp of upload. |
| processed_at | string | ISO-8601 timestamp of successful processing. Present only after success. |
| original_retained | boolean | Whether the uploaded bytes are still retained. The original is automatically purged once the asset reaches a terminal state. |
| error_code | string | Present only on terminal-failure states. |
| error_message | string | Present only on terminal-failure states. |
Terminal failure codes
| Code | Meaning |
|---|---|
processing_failed | Processing failed and retries are exhausted. |
blocked_for_safety | The asset was rejected by safety filters. |