Image Projects
AI Headshot Generator
Create an AI headshot. Each headshot costs 50 credits.
post/v1/ai-headshot-generator
Request body
Example request
{
"name": "My Ai Headshot image",
"assets": {
"image_file_path": "api-assets/id/1234.png"
}
}Response
Success
Example response
{
"id": "cuid-example",
"credits_charged": 50
}