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 GET \ --url https://app.autoposting.ai/api-proxy/agents/{agentId} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "id": "agent_01HXYZ", "name": "Daily LinkedIn Poster", "brandSlug": "acme-corp", "platforms": [ "linkedin" ], "schedule": "0 9 * * 1-5", "enabled": true, "autoPublish": false, "tone": "professional", "instructions": null, "knowledgeBaseId": "kb_01HXYZ", "postsPerRun": 1, "lastRunAt": "2024-01-10T09:00:00Z", "nextRunAt": "2024-01-11T09:00:00Z", "createdAt": "2024-01-01T00:00:00Z", "updatedAt": "2024-01-01T00:00:00Z" } }
API key as Authorization: Bearer sk-social-...
Authorization: Bearer sk-social-...
Agent ID.
The agent.
An AI agent that autonomously generates and schedules content.
Show child attributes
Was this page helpful?