Optional
configuration: ConfigurationProtected
axiosProtected
baseProtected
configurationRequest parameters.
Optional
options: AxiosRequestConfig<any>Override http request option.
Method provides a meta information about media files which are related with the job
TasksApi
Request parameters.
Optional
options: AxiosRequestConfig<any>Override http request option.
Method creates a new task in a database without any attached images and videos
TasksApi
The request POST /api/tasks/id/annotations will initiate file upload and will create the rq job on the server in which the process of annotations uploading from file will be carried out. Please, use the PUT /api/tasks/id/annotations endpoint for checking status of the process.
Request parameters.
Optional
options: AxiosRequestConfig<any>Override http request option.
Method allows to initialize the process of upload task annotations from a local or a cloud storage file
TasksApi
The backup import process is as follows: The first request POST /api/tasks/backup will initiate file upload and will create the rq job on the server in which the process of a task creating from an uploaded backup will be carried out. After initiating the backup upload, you will receive an rq_id parameter. Make sure to include this parameter as a query parameter in your subsequent requests to track the status of the task creation. Once the task has been successfully created, the server will return the id of the newly created task.
Request parameters.
Optional
options: AxiosRequestConfig<any>Override http request option.
Method recreates a task from an attached task backup file
TasksApi
Allows to upload data to a task. Supports the TUS open file uploading protocol (https://tus.io/). Supports the following protocols: 1. A single Data request and 2.1. An Upload-Start request 2.2.a. Regular TUS protocol requests (Upload-Length + Chunks) 2.2.b. Upload-Multiple requests 2.3. An Upload-Finish request Requests: - Data - POST, no extra headers or 'Upload-Start' + 'Upload-Finish' headers. Contains data in the body. - Upload-Start - POST, has an 'Upload-Start' header. No body is expected. - Upload-Length - POST, has an 'Upload-Length' header (see the TUS specification) - Chunk - HEAD/PATCH (see the TUS specification). Sent to /data/
Request parameters.
Optional
options: AxiosRequestConfig<any>Override http request option.
Method permanently attaches data (images, video, etc.) to a task
TasksApi
Request parameters.
Optional
options: AxiosRequestConfig<any>Override http request option.
Method deletes a specific task, all attached jobs, annotations, and data
TasksApi
Request parameters.
Optional
options: AxiosRequestConfig<any>Override http request option.
Method deletes all annotations for a specific task
TasksApi
Request parameters.
Optional
options: AxiosRequestConfig<any>Override http request option.
Returns a paginated list of tasks
TasksApi
Request parameters.
Optional
options: AxiosRequestConfig<any>Override http request option.
Methods does a partial update of chosen fields in a task
TasksApi
Request parameters.
Optional
options: AxiosRequestConfig<any>Override http request option.
Method performs a partial update of annotations in a specific task
TasksApi
Request parameters.
Optional
options: AxiosRequestConfig<any>Override http request option.
Method provides a meta information about media files which are related with the task
TasksApi
Request parameters.
Optional
options: AxiosRequestConfig<any>Override http request option.
Method returns details of a specific task
TasksApi
Request parameters.
Optional
options: AxiosRequestConfig<any>Override http request option.
Method allows to download task annotations
TasksApi
Request parameters.
Optional
options: AxiosRequestConfig<any>Override http request option.
Method backup a specified task
TasksApi
Request parameters.
Optional
options: AxiosRequestConfig<any>Override http request option.
Method returns data for a specific task
TasksApi
Request parameters.
Optional
options: AxiosRequestConfig<any>Override http request option.
Method provides a meta information about media files which are related with the task
TasksApi
Request parameters.
Optional
options: AxiosRequestConfig<any>Override http request option.
Export task as a dataset in a specific format
TasksApi
Request parameters.
Optional
options: AxiosRequestConfig<any>Override http request option.
Method returns a preview image for the task
TasksApi
Request parameters.
Optional
options: AxiosRequestConfig<any>Override http request option.
When task is being created the method returns information about a status of the creation process
TasksApi
To check the status of the process of uploading a task annotations from a file: After initiating the annotations upload, you will receive an rq_id parameter. Make sure to include this parameter as a query parameter in your subsequent PUT /api/tasks/id/annotations requests to track the status of the annotations upload.
Request parameters.
Optional
options: AxiosRequestConfig<any>Override http request option.
Method allows to upload task annotations or edit existing annotations
TasksApi
Generated using TypeDoc
TasksApi - object-oriented interface
Export