Quick Start
Get your API keys
Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error.
You can generate an API key from your Dashboard at any time.
Make your first request
To make your first request, send an authenticated request to the generate endpoint. This will create a generations, which is nice.
Generate new images
POST https://api.crazyhorse.ai/v1/generations
Generate new images by your purpose
Headers
Name
Type
Description
api-key*
String
api key
Request Body
Name
Type
Description
params*
object
These params
hair: string,
pose: string,
body: string,
chest: string,
clothes: string,
background: string,
number: number,
girlId: string,
loraId: string (model),
debug: boolean,
image*
string
base64
Take a look at how you might call this method using our official libraries, or via node:
Last updated