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
Credits
get
credits.get
Return the remaining and total credits for each quota bucket on the account.
Risk: read
credits full type
credits full type
Image Generations
delete
imageGenerations.delete
Permanently delete one or more image generation batches by their print ids.
Risk: destructive
Output
list
imageGenerations.list
List image generation batches created for bulk use, filterable by name and tag. Paginated with limit and offset.
Risk: read
Output
filteredResults full type
filteredResults full type
prints full type
prints full type
Images
listDownloaded
images.listDownloaded
List images previously downloaded on this account, optionally filtered by download date. Paginated with limit and offset.
Risk: read
Output
filteredResults full type
filteredResults full type
images full type
images full type
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
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
Output