The Encord API is a REST API that allows you to programmatically query resources such as Projects, Datasets, and labels. The API enables you to use our powerful automation features such as automated labeling, training and inference.
We strongly recommend using our Python Encord SDK to call our API.
Once you have registered a public key or created an API key, you can authenticate your requests by using your keys in the authorization header of your API calls.Here is an example of how you can create the correct authorization header using Node.