The Generated Content API lets you create post content, captions, titles, and images with AI from a text prompt, a source image, or a site's assets. Generated content is optional: you can use it to seed a draft before publishing, or write post content yourself when you call the Items API.
With the Generated Content API, you can:
executionId, and you poll Get Generated Image until the status is READY (the image's imageUrl and fileId are then populated) or FAILED.Generate Post Data is the integrated option when you want AI to produce a full post payload for a draft. Generate Text is a building-block tool whose output you add to a post's content before you create a draft.
It's important to note the following points before starting to code:
executionId; poll Get Generated Image with that ID until the status is READY or FAILED. Polling an unknown or expired executionId returns a NOT_FOUND error.Last updated: 6 July 2026