API Documentation
APIText To ImageCard And Invites

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

colorsarray [string]

An array of color hex codes used for the prompt, providing a set of color values that can influence the image generation.

prompt(Required)string

A text description that serves as the prompt for image generation, which guides the content of the resulting image.

image_size(Required)object

An object that defines the dimensions of the generated image.

widthnumber

The width of the generated image in pixels.

heightnumber

The height of the generated image in pixels.

safety_checkerboolean

A flag indicating whether a safety checker should be applied to ensure the generated content is appropriate.

Code Examples

Response Example

Response Fields

data(Required)object

The main payload containing text-to-image generation results

seedinteger

Random seed used for image generation, can be used to reproduce the same image in future requests

imagesarray [object]

List of generated images resulting from the text-to-image operation

Array items:
[item]object

Information about a single generated image

urlstring

URL where the generated image can be accessed

widthinteger

Width of the generated image in pixels

heightinteger

Height of the generated image in pixels

content_typestring | null

MIME type of the image, or null if unavailable

promptstring

The original text prompt used to generate the images

timingsobject

Performance metrics and timing information for the image generation process

has_nsfw_conceptsarray [boolean]

Array of boolean flags indicating whether each generated image contains NSFW content, with index corresponding to the images array

message(Required)string

A static message describing the status or context of the response