Documentation
Storage
List Raywake uploads and generated outputs through the storage API. Read media types, file sizes, download links and deletion dates.
GET/v1/storage
Files kept for your account, newest first, with totals. Files are deleted 30 days after they are saved; expires_at says when. URLs are signed for 7 days. Requires jobs:read.
| Name | Type | Description |
|---|---|---|
kind | string | Only one kind of file. |
limit | integer | Page size, up to 200. |
offset | integer | Items to skip. |
curl -s https://api.raywake.com/v1/storage?kind=output \
-H "Authorization: Bearer $RAYWAKE_API_KEY"