Webhook
Good to know: Because image generation takes a long time, when you request image generation, you will need to set up a webhook to listen for the event when the image is generated.
Setup
Get result
POST
https://telegram.crazyhorse.ai/webhook
Get result when image is generated
Request Body
Name
Type
Description
params
object
These params
hair
: string,
pose
: string,
body
: string,
chest
: string,
clothes
: string,
background
: string,
number
: number,
loraId
: string,
debug
: boolean,
createdAt
string
state
String
string
code
String
request code
image
String
url origin image
generateImageUrls
String[]
url generated images
Last updated