Bahasa Indonesia
cURL
curl --request POST \ --url https://api.cursor.com/v0/agents/{id}/followup \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "prompt": { "text": "Also add a section about troubleshooting", "images": [ { "data": "iVBORw0KGgoAAAANSUhEUgAA...", "dimension": { "width": 1024, "height": 768 } } ] } }'
{ "id": "bc_abc123" }
Kirim instruksi tambahan ke agen latar belakang yang sedang berjalan.
API key from Cursor Dashboard
Unique identifier for the background agent
"bc_abc123"
Followup added successfully
The response is of type object.
object
Apakah halaman ini membantu?