Encord Python API Client
Encord is the multimodal data layer for physical AI. Manage, curate, annotate, and align petabytes of data - from sensor streams to video to text.
💻 Features
- Minimal low-level Python client that allows you to interact with Encord's API
- Supports Python:
3.9,3.10,3.11,3.12,3.13and3.14
✨ Relevant Links
💡 Getting Started
For full documentation, please visit Encord Python SDK.
First, install Encord Python API Client using the pip package manager:
python3 -m pip install encord
Install the optional COCO extra if you need COCO import/export:
# COCO import/export helpers (pycocotools, shapely, opencv, numpy)
python3 -m pip install "encord[coco]"
Then, create a service account, generate a key pair, and register the public key in the Encord platform. Detailed guide can be found in the dedicated manual.
Pass the path to your private key when initializing the Encord client:
# Import dependencies
from encord import EncordUserClient
# Authenticate with Encord using the path to your private key. Replace <private_key_path> with the path to your private key.
user_client = EncordUserClient.create_with_ssh_private_key(
ssh_private_key_path="<private_key_path>"
)
For detailed example code and SDK reference material refer to Encord SDK documentation
🐛 Troubleshooting
Please report bugs to the GitHub Issues. Just make sure you read the Encord documentation and search for related issues first.
Release files for encord 0.1.207
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| encord-0.1.207.tar.gz | 330.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| encord-0.1.207-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 745.5 kB
Release files / encord-0.1.207.tar.gz
| Download URL | encord-0.1.207.tar.gz |
|---|---|
| Size | 330.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
bc9b424434e8c873cf54526afdfa5881c4ffdd6304f1826ef46a1892259ec8a3
|
|
BLAKE2b-256 checksum How to use checksums |
21a5e68d5672842c7450bef851576aa42f59a7e904514bd75da591a37522b856
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.9.16 {"installer":{"name":"uv","version":"0.9.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / encord-0.1.207-py3-none-any.whl
| Download URL | encord-0.1.207-py3-none-any.whl |
|---|---|
| Size | 414.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e07a0f8fcc9667af58fb227f5367d1d232f0f76f363a1fa790e680b0ae0b8f5f
|
|
BLAKE2b-256 checksum How to use checksums |
4c1aebbbc48df2eea2e6484bf3dcb05d39c2bb7f34312350004fc079385995ee
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.9.16 {"installer":{"name":"uv","version":"0.9.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|