post
https://api.apollo.io/api/v1/contacts/bulk_create
| Endpoint essentials | |
|---|---|
| API key access | api/v1/contacts/bulk_create or Master API key |
| OAuth scopes | contacts_bulk_create |
| Credit usage | 0 creditsLearn more about API pricing and credits. |
Contacts are people saved in Apollo.
Use the Bulk Create Contacts endpoint to create up to 100 contacts in a single API request. This endpoint supports intelligent deduplication and returns separated arrays for newly created and existing contacts.
Important: This endpoint creates new contacts but doesn't update existing ones (except for placeholder contacts from email imports). Existing contacts that match the criteria are returned in the existing_contacts array without modification.
To update existing contacts, use the Bulk Update Contacts endpoint.