Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://app.autoposting.ai/api-proxy/agents/{agentId}/run \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "runId": "run_01HXYZ", "status": "queued", "startedAt": "2024-01-10T12:00:00Z" } }
Bypasses the schedule and triggers an agent run immediately.
API key as Authorization: Bearer sk-social-...
Authorization: Bearer sk-social-...
Agent ID.
Run queued.
Show child attributes
Was this page helpful?