Skip to main content
POST
/
v0
/
agents
/
{id}
/
followup
Add followup
curl --request POST \
  --url https://cloud.firebender.com/v0/agents/{id}/followup \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "prompt": {
    "text": "Add a README.md file with installation instructions",
    "images": [
      {
        "data": "iVBORw0KGgoAAAANSUhEUgAA...",
        "dimension": {
          "width": 2,
          "height": 2
        }
      }
    ]
  }
}
'
{
  "id": "fb_abc123xyz789"
}

Authorizations

X-API-Key
string
header
required

API key from Firebender Dashboard

Path Parameters

id
string
required

Unique identifier for the cloud agent

Example:

"fb_abc123xyz789"

Body

application/json
prompt
object
required

Response

Followup added successfully

id
string
required

Unique identifier for the cloud agent

Example:

"fb_abc123xyz789"