Skip to main content
POST
/
fill
Fill Form
curl --request POST \
  --url https://api.example.com/fill \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data 'file_id=<string>' \
  --data 'prompt=<string>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

X-API-Key
string | null

Body

application/x-www-form-urlencoded
file_id
string
required
prompt
string
required

Response

Successful Response