Add Companies to Import Queue
Agent API
Add Companies to Import Queue
POST
Add Companies to Import Queue
Add one or more companies to an existing import queue session. You can call this endpoint multiple times to add companies in batches.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
Path Parameters
The session ID returned from the start import queue endpoint
Body
Array of company objects to import. Must contain at least 1 and at most 250 companies.
Company Matching
To accurately match companies in Bizzy’s database, provide identifying information for each company: Preferred identifier:vat- The VAT number is the most reliable identifier as it’s unique per company and allows for a perfect 1-on-1 match
- If no VAT number is available, provide a combination of:
name- Company namecountry- Country codewebsite- Company website
For best results, always include the VAT number when available. When VAT is not available, provide as many identifying fields as possible (name, country, website) to improve matching accuracy.
Response
Whether the companies were successfully added to the queue
The number of companies added in this request
Notes
- The session must be in
PENDINGstatus to accept companies - You can call this endpoint multiple times to add companies in batches
- Each request can contain a maximum of 250 companies
- Companies are not processed until you complete the session