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 API

The dataLabeling API from Oracle — 9 operation(s) for datalabeling.

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

Tagged areas include Data Labeling. The published artifact set on APIs.io includes an OpenAPI specification and an API reference.

This API exposes 15 operations across 9 paths, and defines 28 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.

15 operations 9 paths 28 schemas 2 DELETE9 GET2 POST2 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 15

Across 9 paths, the API surfaces 15 operations — 2 DELETE, 9 GET, 2 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

dataLabeling 15
GET
/annotationAnalytics
Summarize annotations created for a given dataset.
SummarizeAnnotationAnalytics 10 params → 200400401404429500default
GET
/annotations
List annotations in the specified compartment. These query parameters may not be combined.
ListAnnotations 13 params → 200400401404429500default
POST
/annotations
Create an annotation.
CreateAnnotation 2 params body → 200400401404409429500default
DELETE
/annotations/{annotationId}
Delete an Annotation
DeleteAnnotation 3 params → 204400401404412429500default
GET
/annotations/{annotationId}
Get an annotation.
GetAnnotation 2 params → 200400401404429500default
PUT
/annotations/{annotationId}
Update an annotation.
UpdateAnnotation 3 params body → 200400401404412429500default
GET
/datasets/{datasetId}
Get a dataset.
GetDataset 2 params → 200400401404429500default
GET
/recordAnalytics
Summarize records created for a given dataset.
SummarizeRecordAnalytics 9 params → 200400401404429500default
GET
/records
List records in the specified compartment.
ListRecords 12 params → 200400401404429500default
POST
/records
Create a record
CreateRecord 2 params body → 200400401404409429500default
DELETE
/records/{recordId}
Delete a record.
DeleteRecord 3 params → 204400401404412429500default
GET
/records/{recordId}
Get a record.
GetRecord 2 params → 200400401404429500default
PUT
/records/{recordId}
Update a record.
UpdateRecord 3 params body → 200400401404412429500default
GET
/records/{recordId}/content
Gets the content of the record.
GetRecordContent 3 params → 200304400401404429500default
GET
/records/{recordId}/preview/content
Gets the preview of the record content.
GetRecordPreviewContent 3 params → 200304400401404429500default

Schemas 28

The contract defines 28 schemas that model the data the API accepts and returns. The most detailed are Dataset (17 properties), Record (12 properties), Annotation (11 properties), RecordSummary (10 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, the type of annotations…
17 properties 9 required
CreateRecordDetails
object
A record represents an entry in a dataset that needs labeling.
7 properties 4 required
RecordMetadata
object
Collection of record's metadata. This can be, for example, the height, width or depth of image for an image record.
1 property
AnnotationCollection
object
The results of an annotations search. It contains AnnotationSummary items and other information, such as metadata.
1 property 1 required
DatasetFormatDetails
object
It specifies how to process the data. Supported formats include DOCUMENT, IMAGE, and TEXT.
1 property 1 required
Entity
object
An entity allows the labeler to identify an object in the record to label. This can be, for example, a snippet of text, an entire image, or a bounding box with…
1 property 1 required
UpdateAnnotationDetails
object
This is the payload sent in the CreateAnnotation operation. It contains all the information required for a user to create an annotation for a record.
3 properties
RecordAnalyticsAggregation
object
Aggregation entities are required by the API consistency guidelines for API Consistency GuidelinesAnalyticsAPIs. These are used to summarize record information…
5 properties 3 required
DatasetSourceDetails
object
This allows the customer to specify the source of the dataset.
1 property 1 required
AnnotationSummary
object
An annotation summary is the representation returned in list views. It is usually a subset of the full annotation entity and should not contain any potentially…
8 properties 6 required
Label
object
A label is a string value. The API validates that it's one of the dataset's pre-defined labels.
1 property 1 required
InitialRecordGenerationConfiguration
object
The initial generate records configuration. It generates records from the dataset's source.
1 property
RecordCollection
object
The results of a record search. It contains RecordSummary items and other data.
1 property 1 required
RecordAggregationDimensions
object
The dimensions to summarize record information for a given dataset.
2 properties
AnnotationAggregationDimensions
object
The dimensions to summarize annotations for a given dataset.
2 properties
LabelSet
object
An ordered collection of labels that are unique by name.
1 property
LabelName
object
It represents a label.
1 property
CreateAnnotationDetails
object
This is the payload sent in the CreateAnnotation operation. It contains all the information required for a user to create an annotation for a record.
5 properties 3 required
SourceDetails
object
The source information is a polymorphic entity. It captures the details of data used for record creation. The discriminator type must match the dataset's sourc…
1 property 1 required
CreateSourceDetails
object
The source information is a polymorphic entity. It captures the details of how to access the data for record creation. The discriminator type must match the da…
1 property 1 required
Record
object
A record represents an entry in a dataset that needs labeling.
12 properties 9 required
AnnotationAnalyticsAggregationCollection
object
Aggregation entities are required by the API consistency guidelines for API Consistency GuidelinesAnalyticsAPIs. These are used to summarize annotations for a…
1 property 1 required
RecordAnalyticsAggregationCollection
object
Collection of records aggregated.
1 property 1 required
AnnotationAnalyticsAggregation
object
Aggregation entities are required by the API consistency guidelines for API Consistency GuidelinesAnalyticsAPIs. These are used to summarize annotations for a…
6 properties 3 required
UpdateRecordDetails
object
The details of the tags that is updated.
3 properties
Error
object
Error Information.
2 properties 2 required
RecordSummary
object
A record summary is the representation returned in list views. It is usually a subset of the full record entity and should not contain any potentially sensitiv…
10 properties 8 required
Annotation
object
An annotation represents a user- or machine-generated annotation for a given record. The details of the annotation are captured in the RecordAnnotationDetails.
11 properties 9 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

oracle-datalabeling-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 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.