How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Oracle Data Labeling Management API

The dataLabelingManagement API from Oracle — 13 operation(s) for datalabelingmanagement.

Oracle Data Labeling Management API is one of 378 APIs that Oracle publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

The published artifact set on APIs.io includes an OpenAPI specification and an API reference.

This API exposes 16 operations across 13 paths, and defines 30 schemas. It is described by OpenAPI 3.2.0, at version 20211001.

Requests are made against 2 base URLs: http://127.0.0.1/20211001, https://127.0.0.1/20211001.

16 operations 13 paths 30 schemas 1 DELETE7 GET7 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
20211001
Base URL
https://{host}:{port}/ords/
Resource Areas
1

Paths & Operations 16

Across 13 paths, the API surfaces 16 operations — 1 DELETE, 7 GET, 7 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

dataLabelingManagement 16
GET
/annotationFormats
Gets a list of all annotation formats available to the data labeling service.
ListAnnotationFormats 5 params → 200400401404429500default
GET
/datasets
Gets a list of all Datasets in a compartment
ListDatasets 10 params → 200400401404429500default
POST
/datasets
Creates a new Dataset
CreateDataset 2 params body → 201400401404409412429500
DELETE
/datasets/{datasetId}
Delete a provisioned Dataset
DeleteDataset 3 params → 202400401404409412429500
GET
/datasets/{datasetId}
Get Dataset
GetDataset 2 params → 200400401404429500default
PUT
/datasets/{datasetId}
Update the Dataset identified by the id
UpdateDataset 3 params body → 200400401404405409412429
POST
/datasets/{datasetId}/actions/addLabels
Add Labels to the Dataset LabelSet
AddDatasetLabels 4 params body → 202401404409412429500
POST
/datasets/{datasetId}/actions/changeCompartment
Moves a resource into a different compartment.
ChangeDatasetCompartment 3 params body → 202401404409412429500
POST
/datasets/{datasetId}/actions/generateDatasetRecords
Crawl data source and generate dataset records
GenerateDatasetRecords 4 params body → 202401404409412429500
POST
/datasets/{datasetId}/actions/removeLabels
Remove Labels from the Dataset LabelSet
RemoveDatasetLabels 4 params body → 202401404409412429500
POST
/datasets/{datasetId}/actions/renameLabels
Rename Labels in the Dataset LabelSet
RenameDatasetLabels 4 params body → 202401404409412429500
POST
/datasets/{datasetId}/actions/snapshot
Snapshot dataset to object storage.
SnapshotDataset 4 params body → 202401404409412429500
GET
/workRequests
List Work Requests
ListWorkRequests 5 params → 200400401404429500default
GET
/workRequests/{workRequestId}
GET Work Request Status
GetWorkRequest 2 params → 200400401404429500default
GET
/workRequests/{workRequestId}/errors
Lists work request errors
ListWorkRequestErrors 4 params → 200400401404429500default
GET
/workRequests/{workRequestId}/logs
Lists work request logs
ListWorkRequestLogs 4 params → 200400401404429500default

Schemas 30

The contract defines 30 schemas that model the data the API accepts and returns. The most detailed are Dataset (17 properties), DatasetSummary (12 properties), CreateDatasetDetails (11 properties), WorkRequest (9 properties). Each schema is shown below with its type and property counts.

Dataset
object
A dataset is a logical collection of records. The dataset contains all the information necessary to describe a record's source, format, type of annotations all…
17 properties 9 required
RemoveDatasetLabelsDetails
object
Removes a subset of Labels from the Dataset's LabelSet. This LabelSet will be subtracted from the current Dataset's LabelSet. Requests with non-existent Labels…
1 property
DatasetFormatDetails
object
It specifies how to process the data. Supported formats include DOCUMENT, IMAGE, and TEXT.
1 property 1 required
SnapshotDatasetDetails
object
Allows outputting the latest records paired with annotations and write them to object storage.
4 properties 3 required
DatasetSourceDetails
object
This allows the customer to specify the source of the dataset.
1 property 1 required
WorkRequestErrorCollection
object
Results of a workRequestError search. Contains both WorkRequestError items and other information, such as metadata.
1 property 1 required
CreateDatasetDetails
object
Parameters needed to create a new Dataset. A Dataset allows a user to describe the data source that provides the Records and how Annotations should be applied…
11 properties 5 required
SnapshotExportDetails
object
Specifies where to output the export.
1 property 1 required
Label
object
It represents a label.
1 property
WorkRequestError
object
An error encountered while executing a work request.
3 properties 3 required
ObjectStorageSnapshotExportDetails
Specifies where to output the export in Object Storage.
WorkRequestSummary
object
A summary of the status of a work request.
9 properties 7 required
WorkRequest
object
A description of workrequest status
9 properties 7 required
WorkRequestLogEntryCollection
object
Results of a workRequestLog search. Contains both workRequestLog items and other information, such as metadata.
1 property 1 required
InitialRecordGenerationConfiguration
object
The initial generate records configuration. It generates records from the dataset's source.
1 property
LabelSet
object
An ordered collection of labels that are unique by name.
1 property
AnnotationFormatCollection
object
Collection of annotation formats.
1 property 1 required
GenerateDatasetRecordsDetails
object
Generate Records from the Dataset's source.
1 property
DatasetCollection
object
Results of a dataset list operation. Contains DatasetSummary items.
1 property 1 required
Error
object
Error Information.
2 properties 2 required
WorkRequestLogEntry
object
A log message from the execution of a work request.
2 properties 2 required
AnnotationFormatSummary
object
annotation format summary
1 property 1 required
WorkRequestSummaryCollection
object
Results of a workRequest search. Contains both WorkRequest items and other information, such as metadata.
1 property 1 required
AddDatasetLabelsDetails
object
Adds a subset of Labels to the Dataset's LabelSet. This LabelSet will be merged with the current Dataset's LabelSet. Requests with duplicate Labels will be rej…
1 property
DatasetSummary
object
A dataset summary is the representation returned in list views. It is usually a subset of the full dataset entity and should not contain any potentially sensit…
12 properties 7 required
WorkRequestResource
object
A resource created or operated on by a work request.
5 properties 3 required
RenameDatasetLabelsDetails
object
Renames a subset of Labels in the Dataset's LabelSet. The Labels in the source LabelSet will be replaced with the Labels in the target LabelSet. Labels are cor…
2 properties
UpdateDatasetDetails
object
Once the Dataset is defined, it's largely immutable from a metadata perspective. The records found in the data source itself, may change over time.
5 properties
ChangeDatasetCompartmentDetails
object
The payload sent to the Change Dataset compartment operation.
1 property 1 required
ExportFormat
object
Specifies the export format to be used for exporting snapshot.
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

oracle-datalabelingmanagement-api-openapi.yml Raw ↑

Other APIs Oracle publishes across the network.

Oracle Database REST APIs
Oracle Integration Cloud API
Oracle Fusion Cloud Applications API
Oracle Fusion Cloud Financials REST API
Oracle Fusion Cloud HCM REST API
Oracle Fusion Cloud CX Sales and Service REST API
Oracle Fusion Cloud SCM REST API
Oracle Fusion Cloud Procurement REST API
Oracle Content Management API
OCI Generative AI API
OCI AI Vision API
OCI AI Language API
Where this information came from

This is an independent, third-party profile of Oracle Data Labeling Management API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.