Once your order reaches complete status, use the Get download URL endpoint to retrieve a presigned download URL:
Copy
Ask AI
curl -X GET https://morimori.app/api/v2/orders/{orderId}/download \ -H "Authorization: Bearer YOUR_API_TOKEN"
Order files are available for download for up to 7 days after order creation. After 7 days, the order transitions to expired status and files can no longer be downloaded.