POST
/
api
/
v1
/
client
/
prompt
/
image
Image Prompt Booster
curl --request POST \
  --url https://api.modelbeam.srv1069417.hstgr.cloud/api/v1/client/prompt/image \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "prompt": "<string>",
  "negative_prompt": "<string>"
}
'
{
  "prompt": "A majestic cat floating weightlessly in a vibrant cosmic nebula, ultra-detailed photorealistic rendering",
  "negative_prompt": "low quality, blurry, distorted, watermark"
}

Authorizations

Authorization
string
header
required

API key obtained from the ModelBeam dashboard

Body

application/json
prompt
string
required

Original prompt

Minimum string length: 3
negative_prompt
string
required

Original negative prompt

Minimum string length: 3

Response

Prompt enhanced

prompt
string
Example:

"A majestic cat floating weightlessly in a vibrant cosmic nebula, ultra-detailed photorealistic rendering"

negative_prompt
string
Example:

"low quality, blurry, distorted, watermark"