Assets
هذا المحتوى غير متوفر بلغتك بعد.
Generated assets are files produced by the AI during a conversation (images, data files, etc.).
Downloading Assets
curl https://ghostmind.optdmsa.com/v1/conversations/{conversation_id}/assets/{asset_id}/download \ -H "Authorization: Bearer sk-gm-..." \ -o asset.pngAsset Security
- Assets are tenant-isolated — cross-tenant access returns 404
- Download requires authentication
- Path traversal prevention is enforced
- Only
is_downloadableassets can be downloaded
Next Steps
- Generated Assets Guide — User guide
- Secure Downloads — Developer guide