Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Nuxeo Conversion API

The Conversion API from Nuxeo — 4 operation(s) for conversion.

Nuxeo Conversion API is one of 22 APIs that Nuxeo publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Conversion. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and authentication docs.

This API exposes 4 operations across 4 paths, and defines 3 schemas. It is described by OpenAPI 3.0.2, at version LTS 2021.

Requests are made against 2 base URLs: https://{host}:{port}/nuxeo/api/v1, https://nightly.nuxeo.com/nuxeo/api/v1.

4 operations 4 paths 3 schemas 4 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.2
API Version
LTS 2021
Base URL
https://{nuxeo-server}/nuxeo/api/v1
Authentication
HTTP Basic, API Key
License
Terms of Service
Resource Areas
1

Authentication & Security 2

Nuxeo Conversion API declares 2 security schemes for authenticating requests. It accepts HTTP basic authentication (basic_auth). An API key is passed in the header as X-Authentication-Token (token).

Paths & Operations 4

Across 4 paths, the API surfaces 4 operations — 4 GET. Each is listed below with its method, path, parameters, and response codes.

Conversion 4
GET
/id/{docId}/@blob/{blobXpath}/@convert
Convert the Blob at the given xpath of the document
DocumentIdBlobConvertAdapterGet 5 params → 200401404
GET
/id/{docId}/@convert
Convert the main Blob of the document
DocumentIdConvertAdapterGet 4 params → 200401404
GET
/path/{docPath}/@blob/{blobXpath}/@convert
Convert the Blob at the given xpath of the document
DocumentPathBlobConvertAdapterGet 5 params → 200401404
GET
/path/{docPath}/@convert
Convert the main Blob of the document
DocumentPathConvertAdapterGet 4 params → 200401404

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are documents (19 properties), Document (13 properties), Property (2 properties). Each schema is shown below with its type and property counts.

Document
object
13 properties 1 required
Property
object
2 properties 2 required
documents
object
19 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

nuxeo-conversion-api-openapi.yml Raw ↑

Other APIs Nuxeo publishes across the network.

Nuxeo ACL API
Nuxeo Adapter API
Nuxeo Annotation API
Nuxeo Audit API
Nuxeo Automation API
Nuxeo Blob API
Nuxeo Business Object API
Nuxeo Children API
Nuxeo Configuration API
Nuxeo Directory API
Nuxeo Document API
Nuxeo Empty Document API