Skip to main content
Every allimagesai.api.* operation is listed below with parameter shapes and return types from the plugin Zod schemas.
New to Corsair? See API access, authentication, and error handling.

Api Keys

check

apiKeys.check Validate the configured API key and return the email address and optional name of the account it belongs to. Risk: read
Input: empty object Output

Credits

get

credits.get Return the remaining and total credits for each quota bucket on the account. Risk: read
Input: empty object Output

Image Generations

delete

imageGenerations.delete Permanently delete one or more image generation batches by their print ids. Risk: destructive
Input Output

list

imageGenerations.list List image generation batches created for bulk use, filterable by name and tag. Paginated with limit and offset. Risk: read
Input Output

Images

listDownloaded

images.listDownloaded List images previously downloaded on this account, optionally filtered by download date. Paginated with limit and offset. Risk: read
Input Output

Webhooks

create

webhooks.create Register a webhook endpoint on the API key to receive print lifecycle callbacks. Defaults to print.failed and print.completed. Risk: write
Input Output

get

webhooks.get Retrieve a registered webhook by its id, returning its URL. The provider does not return the subscribed event list. Risk: read
Input Output