Card And Invites
API documentation and implementation examples for the Card And Invites model.
Part of the Text To Image / Card And Invites collection
API Endpoint
/v1/text-to-image/card-and-invites
Request Parameters
An array of color hex codes used for the prompt, providing a set of color values that can influence the image generation.
A text description that serves as the prompt for image generation, which guides the content of the resulting image.
An object that defines the dimensions of the generated image.
The width of the generated image in pixels.
The height of the generated image in pixels.
A flag indicating whether a safety checker should be applied to ensure the generated content is appropriate.
Code Examples
Response Example
Response Fields
The main payload containing text-to-image generation results
Random seed used for image generation, can be used to reproduce the same image in future requests
List of generated images resulting from the text-to-image operation
Information about a single generated image
URL where the generated image can be accessed
Width of the generated image in pixels
Height of the generated image in pixels
MIME type of the image, or null if unavailable
The original text prompt used to generate the images
Performance metrics and timing information for the image generation process
Array of boolean flags indicating whether each generated image contains NSFW content, with index corresponding to the images array
A static message describing the status or context of the response