Skip to main content
Version: 1.5.1

Getting started

Welcome to Icypeas' API documentation. You'll find everything you need to get started and use our API.

The API allows you to make single and bulk searches as well as being notified during a search. You can also retrieve your remaining credits and your current subscription. To access the API, you need to have an account, so please if you do not, create one here.

Once you have an account, follow these few steps to access your API key and secret.

Api authentication

When using our API, you have two mode of authentication:

  • Using your API key only. We recommend this usage if you need to integrate the API with existing tools such as low-code or no-code platform.
  • Using your API key & your API secret. The key is used to identify your request, while the secret is used to sign your request. This is better in term of security. To understand how to compute a signature, see here.

Low code platforms

We have modules for the following platforms:

  • N8N (https://www.n8n.io) here. Currently, the node is only usable when you are using an on-premise installation of N8N. If you need the node to be accessible directly in N8N, you need to share your interest with the community so that the people behind N8N accept to integrate Icypeas directly in their cloud solution.