Start Import Queue
Agent API
Start Import Queue
POST
Start Import Queue
Create a new import queue session for a specific agent. This starts a batch import process that you can add companies to.Documentation Index
Fetch the complete documentation index at: https://docs.bizzy.ai/llms.txt
Use this file to discover all available pages before exploring further.
Request
Body
The ID of the agent to import companies into (from the agent overview endpoint)
Response
The unique identifier for the created import session. Use this ID to add companies and complete the session.
The ID of the agent this session belongs to
Prerequisites
Before starting an import queue, ensure:- The agent has an API input channel configured in the Bizzy platform
- No other import queue is currently processing for this agent
Next Steps
After creating a session:- Use the returned
sessionIdto add companies to the queue - When all companies are added, complete the session to trigger processing
Important: Completing a new import session will replace all companies from previous API imports. If you need to retain existing companies, include them in your new import session. See Complete Import Queue for details.