Try for free
PRODUCT
InstallQuickstart
COMPANY
AboutCareersPress
PRICING
CVAT OnlineCVAT On-Prem
RESOURCES
BlogDocumentation
COMMUNITY
DiscordGitterGitHubContribute
CONTACT US
Contact us

Using CVAT API

CVAT Team
January 11, 2023

We are excited to introduce the 4th video in the Computer Video Annotation Course, designed to guide you through the process of using the CVAT API.


With CVAT APIs, you can easily interact with the CVAT server through RESTful HTTP requests. CVAT APIs follow the pull interaction model: the user sends an HTTP request to the server, which performs a set of actions and responds with data.

The APIs offer a variety of operations for managing the server's objects, including tasks, projects, and users. The endpoints are organized by context and require authentication for access.

Here, you can use basic (where you send a username and password to the API) and token-based authentication. Once you are verified, you can start using the endpoints to perform operations such as creating and exporting tasks and datasets.

The documentation and schema for the APIs outline what data you can send and what data will be received based on the request.

Overall, if you're working on computer vision projects, CVAT APIs are a great tool to help with annotation and organization. With proper usage, you can streamline the annotation process, save time and effort, and make the workflow more efficient.

You can find more information at:

Discord
LinkedIn
Gitter
GitHub

Subscribe to get latest updates from CVAT Team →

January 11, 2023
CVAT Team
Go Back