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

Dentsply Sirona Intraoral Imaging Filters API

A 9-operation OpenAPI 3.0.1 contract for applying Dentsply Sirona's Select, Supreme and AE image filters to 16-bit grayscale intraoral images. An image resource is created either by uploading a PNG or by referencing a capture in a live Modality API acquisition session, then filters are applied and the filtered PNG returned; the resource is transient and carries an `expires` timestamp after which it is deleted. Like the Modality API it is a LOCAL service on the practice workstation, and it declares no security scheme because it is reached over loopback.

Dentsply Sirona Intraoral Imaging Filters API is one of 4 APIs that Dentsply Sirona publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include GitHub, Imaging, Intraoral, Image Processing, and Filters. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and a changelog.

This API exposes 9 operations across 8 paths, organized into 2 resource areas, and defines 6 schemas. It is described by OpenAPI 3.0.1, at version 1.0.

Requests are made against a single base URL, https://localhost:43809/api/dsio/filters/v1.

9 operations 8 paths 6 schemas 1 DELETE2 GET6 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
1.0
Base URL
https://localhost:43809/api/dsio/filters/v1
Resource Areas
2

Paths & Operations 9

Across 8 paths, the API surfaces 9 operations — 1 DELETE, 2 GET, 6 POST. They span 2 resource areas: Images, Filters. Each is listed below with its method, path, parameters, and response codes.

Images 5

Manage image resources for processing

POST
/images
Create Image Resource
createImage body → 201400415
POST
/images/modality
Create Modality Resource
modalityImage body → 201400404
GET
/images/{id}
Get Image Resource
getImage 1 param → 200404
DELETE
/images/{id}
Delete Image Resource
deleteImage 1 param → 204404
GET
/images/{id}/media
Get Image Media
getImageMedia 1 param → 200404
Filters 4

Filters that can be applied to image resources

POST
/images/{id}/filters/unmap
Unmap image
unmapImage 1 param → 200404410
POST
/images/{id}/filters/select
Apply Select Filter
filterSelect 1 param body → 200400404410
POST
/images/{id}/filters/supreme
Apply Supreme Filter
filterSupreme 1 param body → 200400404410
POST
/images/{id}/filters/ae
Apply AE Filter
filterAE 1 param body → 200400404410

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are ImageResource (7 properties), AEFilter (2 properties), SupremeFilter (2 properties), ImageInfo (2 properties). Each schema is shown below with its type and property counts.

ImageResource
object
Represents an image resource uploaded for processing.
7 properties
ModalitySession
object
Describes a resource from a current Modality session
2 properties
ImageInfo
object
Describes information about the image used to create an ImageResource. This information should be obtained directly from the corresponding ImageInfo object of…
2 properties
SelectFilter
object
Parameters used to apply the Select filter. This filter is optimized for images acquired from Xios XG Select and Schick Elite sensors.
1 property
SupremeFilter
object
Parameters used to apply the Supreme filter. This filter is optimized for images acquired from Xios XG Supreme and Schick 33 sensors.
2 properties
AEFilter
object
Parameters used to apply the AE filter. This filter is optimized for images acquired from Xios AE and Schick AE sensors.
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

dentsply-sirona-intraoral-filters-openapi.yml Raw ↑

Other APIs Dentsply Sirona publishes across the network.

DS Core API
Dentsply Sirona Intraoral Imaging Modality API
Intraoral Exposure API
Where this information came from

This is an independent, third-party profile of Dentsply Sirona Intraoral Imaging Filters 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.