{ "opencollection": "1.0.0", "info": { "name": "Firecrawl Account Agent API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Agent", "type": "folder" }, "items": [ { "info": { "name": "Start an agent task for agentic data extraction", "type": "http" }, "http": { "method": "POST", "url": "https://api.firecrawl.dev/v2/agent", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Start an agent task for agentic data extraction" }, { "info": { "name": "Get the status of an agent job", "type": "http" }, "http": { "method": "GET", "url": "https://api.firecrawl.dev/v2/agent/:jobId", "params": [ { "name": "jobId", "value": "", "type": "path", "description": "The ID of the agent job" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get the status of an agent job" }, { "info": { "name": "Cancel an agent job", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.firecrawl.dev/v2/agent/:jobId", "params": [ { "name": "jobId", "value": "", "type": "path", "description": "The ID of the agent job" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Cancel an agent job" } ] } ], "bundled": true }