All-Images.ai
My Account
  • Welcome
  • All-Images.ai API
    • Overview
    • Authentication
    • Errors
    • Pagination
    • API Reference
      • Images
      • Images generation
      • API Keys
      • API Keys Webhook
    • API Explorer
  • Integration guide
    • Image generation
      • Create Image generation
      • Lifecycle of Image generation
    • Webhooks
      • Image generation
  • Changelog
    • API
Powered by GitBook
On this page
  • Register and manage your webhook endpoint
  • Generic data in webhook

Was this helpful?

  1. Integration guide

Webhooks

PreviousLifecycle of Image generationNextImage generation

Last updated 1 year ago

Was this helpful?

Register and manage your webhook endpoint

User's account

From the user's account, in the "API Key" area, it is possible to create endpoints for webhooks.

API endpoint

Generic data in webhook

All webhooks are structured by generic properties:

{
   "id": string,
   "api_version": number,
   "created": number,
   "type": string,
   "data": object,
}

With the API, you can for your API key.

add an endpoint