Optional
configuration: ConfigurationProtected
axiosProtected
baseProtected
configurationRequest parameters.
Optional
options: RawAxiosRequestConfigOverride http request option.
The backup import process is as follows: The first request POST /api/projects/backup will initiate file upload and will create the rq job on the server in which the process of a project 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 project creation. Once the project has been successfully created, the server will return the id of the newly created project.
Request parameters.
Optional
options: RawAxiosRequestConfigOverride http request option.
The request POST /api/<projects|tasks>/id/backup/export
will initialize a background process to backup a resource. To check status of the process please, use GET /api/requests/<rq_id>
where rq_id is request ID returned in the response for this endpoint.
Request parameters.
Optional
options: RawAxiosRequestConfigOverride http request option.
The request POST /api/projects/id/dataset initiates a background process to import dataset into a project. Please, use the GET /api/requests/<rq_id> endpoint for checking status of the process. The rq_id
parameter can be found in the response on initiating request.
Request parameters.
Optional
options: RawAxiosRequestConfigOverride http request option.
The request POST /api/<projects|tasks|jobs>/id/dataset/export
will initialize a background process to export a dataset. To check status of the process please, use GET /api/requests/<rq_id>
where rq_id is request ID returned in the response for this endpoint.
Request parameters.
Optional
options: RawAxiosRequestConfigOverride http request option.
Request parameters.
Optional
options: RawAxiosRequestConfigOverride http request option.
Request parameters.
Optional
options: RawAxiosRequestConfigOverride http request option.
Request parameters.
Optional
options: RawAxiosRequestConfigOverride http request option.
Request parameters.
Optional
options: RawAxiosRequestConfigOverride http request option.
Deprecation warning: Using this endpoint to initiate export of annotations as a dataset or to check export status is deprecated. Consider using new API: - POST /api/projects/<project_id>/dataset/export?save_images=False to initiate exporting process - GET /api/requests/<rq_id> to check export status, where rq_id is request id returned on initializing request'
Request parameters.
Optional
options: RawAxiosRequestConfigOverride http request option.
Deprecation warning: This endpoint will be deprecated in one of the next releases. Consider using new API: - POST /api/projects/<project_id>/backup/export to initiate backup process - GET /api/requests/<rq_id> to check process status, where rq_id is request id returned on initializing request
Request parameters.
Optional
options: RawAxiosRequestConfigOverride http request option.
To check the status of the process of importing a project dataset from a file: After initiating the dataset upload, you will receive an rq_id parameter. Make sure to include this parameter as a query parameter in your subsequent GET /api/projects/id/dataset requests to track the status of the dataset import. Also you should specify action parameter: action=import_status. Deprecation warning: Utilizing this endpoint to export project dataset in a specific format will be deprecated in one of the next releases. Consider using new API: - POST /api/projects/<project_id>/dataset/export/?save_images=True to initiate export process - GET /api/requests/<rq_id> to check process status, where rq_id is request id returned on initializing request
Request parameters.
Optional
options: RawAxiosRequestConfigOverride http request option.
Request parameters.
Optional
options: RawAxiosRequestConfigOverride http request option.
ProjectsApi - object-oriented interface
Export
ProjectsApi