ai
GET /v1/ai/images/posts/{postId}/preview/{imageId}
The staged bytes of one generated image.
Autenticazione
Invia una chiave API come token di tipo bearer. La chiave deve disporre dell'autorizzazione sites.view; una chiave sprovvista di tale autorizzazione viene rifiutata con 403 anziché 404.
L'ID della tua organizzazione va qui
Questo endpoint accetta org_id come parametro di query. Omettilo e la chiamata coprirà l'intero sottoalbero del tuo tenant; invialo per limitare la chiamata a una singola organizzazione.
L'identificativo della tua organizzazione si trova nella schermata delle chiavi API nella tua dashboard, accanto alla chiave stessa. È lo stesso identificativo in ogni chiamata che effettui.
Provalo
Sostituisci qualsiasi elemento tra parentesi angolari con i tuoi valori e il segnaposto key con una chiave dalla tua dashboard.
curl -X GET https://api.zinndigital.com/v1/ai/images/posts/{postId}/preview/{imageId} \
-H "Authorization: Bearer zdk_live_…"Hai effettuato l'accesso? La console API nella tua dashboard inserisce il tuo ID organizzazione reale e la tua chiave personale, ed esegue la richiesta sull'API live in modo da poter vedere la risposta effettiva. Apri questo endpoint nella console API
Dettagli
Streamed through the engine rather than handed out as a signed link, because the customer is looking at this **before** it reaches their site and a URL that expires while the screen is open is a broken thumbnail with no explanation. ⛔ A `404` once the staged object has been pruned. Generated images are kept for **14 days after publication** and then deleted by an object-storage lifecycle rule — their permanent home is the site's own media library. That expiry is by design, so it is a `404` and not a `500`. Requires `sites.view`.
Parametri
| Nome | Tipo | Obbligatorio | Che cos'è |
|---|---|---|---|
postId (path) | Uuid | Sì | — |
imageId (path) | Uuid | Sì | — |
org_id (query) | Uuid | No | — |
Errori che questo endpoint può restituire
401 · 403 · 404 · 429