Import a published media-catalog asset
POST/api/import/media-catalog
Downloads one asset selected from /api/media-catalog into the local media library. The response streams progress as plain text and may remain open while the file is transferred; read the final line for completion or failure. Catalog paths are validated and cannot be used as general-purpose download URLs.
Request
Responses
- 200
- 400
- 403
- 404
- 502
Streaming progress messages. Inspect the final lines to determine whether the operation completed or failed.
Missing or invalid request data.
The requested path escapes the allowed root.
The requested resource was not found.
A required backend command, vf, DevKit, or remote catalog service failed or returned an invalid response.