To authenticate with Encord you must register a public key in the Encord platform. See our documentation here to learn more. Users can only access Projects, Datasets, and Ontologies from within their Organization.
After registering a public key, use the corresponding private key to authenticate your EncordUserClient. The following code sample needs to be included in all SDK interactions, and hence is included in all code snippets we provide in these tutorials.
The following script must be added to all Encord SDK scripts. It is present in all complete code examples we provide.
If you are using Encord’s US based hosted platform, ALL authentication for the SDK MUST include the following:
To authenticate with Encord you must register a public key in the Encord platform. See our documentation here to learn more. Users can only access Projects, Datasets, and Ontologies from within their Organization.
After registering a public key, use the corresponding private key to authenticate your EncordUserClient. The following code sample needs to be included in all SDK interactions, and hence is included in all code snippets we provide in these tutorials.
The following script must be added to all Encord SDK scripts. It is present in all complete code examples we provide.
If you are using Encord’s US based hosted platform, ALL authentication for the SDK MUST include the following: