Back
AI summary
Written by AI from the official notes. Check them for exact details.Grok now supports public URLs for files and integration with Imagine for easier file handling.
- Create permanent public URLs for files in storage.
- Use stored files as inputs for Imagine without re-uploading.
- Save Imagine outputs directly to Files storage with shareable links.
Why it matters: Users who manage files and use Imagine should care for improved efficiency and sharing capabilities.
Full release notes3 changes
- Public URLs for Files — turn any file in your Files API storage into a permanent, unauthenticated URL that anyone can open, embed, or share. Revocable at any time, or set an auto-expiry between 1 hour and 30 days. See the Public URLs docs.
- Reference stored files as Imagine inputs — substitute
image_file_id,video_file_id, orreference_image_file_idsfor URL inputs across every Imagine endpoint, with no need to re-upload bytes or make the file public. See Imagine → Files API Integration. - Persist Imagine outputs to Files — set
storage_optionson any Imagine request to save the generated asset to your Files storage; pair withstorage_options.public_urlto publish a shareable link in one round trip. See Imagine → Files API Integration.