Estimate generation
Preview what a generation would cost before committing. Send the same selections you would submit to createGeneration and get back the exact credit hold it would reserve, plus the unit price and pricing freshness. This spends nothing and creates no generation. It is a POST because the parameters are a body-shaped payload, not because it changes anything.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Team (workspace) id (UUID). Discover ids via the list teams endpoint or the agent context.
Body
Where the generation would be started from (studio, agent, or editor). Used for attribution only.
studio, agent, editor What would be generated: image or video. Must match the chosen model and the shape of params.
image, video Catalog model id to price the generation against, e.g. "google/veo-3.1-fast".
The exact generation parameters you would submit, so the estimate matches what a real create would reserve.
- Option 1
- Option 2