Developer integration

LlamaGen Webhooks

LlamaGen can send signed HTTP callbacks when Comic API generations are created, updated, completed, failed, or canceled. Use webhooks when an agent or backend needs event-driven delivery instead of polling.

Endpoint management

Create and manage webhook endpoints from Settings, API, Webhooks. Each endpoint can subscribe to comic generation lifecycle events and can be tested before production use.

Security

Webhook payloads are signed with HMAC-SHA256. Verify the signature with the endpoint secret before trusting any event body. Rotate secrets from the API settings page when needed.

Developer resources