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

Humanitec Image API

DEPRECATED: This type exists for historical compatibility and should not be used. Please use the [Artefact API](https://api-docs.humanitec.com/#tag/Artefact) instead.Container Images (known simply as Images) can be registered with Humanitec. Continuous Integration (CI) pipelines can then notify Humanitec when a new build of a Container Image becomes available. Humanitec tracks the Image along with metadata about how it was built.

Humanitec Image API is one of 45 APIs that Humanitec publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Image. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a getting-started guide, and authentication docs.

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

Requests are made against a single base URL, https://api.humanitec.io/.

4 operations 3 paths 4 schemas 3 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
0.28.24
Base URL
https://api.humanitec.io
Resource Areas
1

Paths & Operations 4

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

Image 4

DEPRECATED: This type exists for historical compatibility and should not be used. Please use the [Artefact API](https://api-docs.humanitec.com/tag/Artefact) instead. Container Ima…

GET
/orgs/{orgId}/images
List all Container Images
listDeprecatedImages 1 param → 200
GET
/orgs/{orgId}/images/{imageId}
Get a specific Image Object
getDeprecatedImage 2 params → 200404
GET
/orgs/{orgId}/images/{imageId}/builds
Lists all the Builds of an Image
listDeprecatedImageBuilds 2 params → 200404
POST
/orgs/{orgId}/images/{imageId}/builds
Add a new Image Build
createDeprecatedImageBuild 2 params body → 204400401403

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are ImageBuildResponse (5 properties), ImageResponse (4 properties), ImageBuildRequest (4 properties), HumanitecErrorResponse (3 properties). Each schema is shown below with its type and property counts.

HumanitecErrorResponse
object
HumanitecError represents a standard Humanitec Error
3 properties 2 required
ImageBuildRequest
object
DEPRECATED: This type exists for historical compatibility and should not be used. Please use the [Artefact API](https://api-docs.humanitec.com/tag/Artefact) in…
4 properties
ImageResponse
object
DEPRECATED: This type exists for historical compatibility and should not be used. Please use the [Artefact API](https://api-docs.humanitec.com/tag/Artefact) in…
4 properties 4 required
ImageBuildResponse
object
DEPRECATED: This type exists for historical compatibility and should not be used. Please use the [Artefact API](https://api-docs.humanitec.com/tag/Artefact) in…
5 properties 4 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

humanitec-image-api-openapi.yml Raw ↑

Other APIs Humanitec publishes across the network.

Humanitec AccountType API
Humanitec ActiveResource API
Humanitec Agents API
Humanitec Application API
Humanitec Artefact API
Humanitec ArtefactVersion API
Humanitec AuditLogs API
Humanitec AutomationRule API
Humanitec Delta API
Humanitec Deployment API
Humanitec DriverDefinition API
Humanitec Environment API