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

Academy Software Foundation Jobs API

Manage render jobs submitted to the render farm

Academy Software Foundation Jobs API is one of 14 APIs that Academy Software Foundation publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 1 JSON Schema definition.

Tagged areas include Jobs. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a GitHub repository, and 1 JSON Schema.

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

Requests are made against 2 base URLs: http://localhost:8080, http://opencue-gateway:8080.

3 operations 2 paths 4 schemas 1 DELETE2 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0.0
Servers
http://localhost:8080
http://opencue-gateway:8080
Resource Areas
1

Paths & Operations 3

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

Jobs 3

Manage render jobs submitted to the render farm

GET
/api/show/{show_id}/job
Academy Software Foundation List Jobs for Show
listJobs 2 params → 200404
GET
/api/job/{job_id}
Academy Software Foundation Get Job
getJob 1 param → 200404
DELETE
/api/job/{job_id}
Academy Software Foundation Kill Job
killJob 1 param → 200404

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are Job (10 properties), SuccessResponse (2 properties), ErrorResponse (2 properties), JobList (1 property). Each schema is shown below with its type and property counts.

Job
object
A render job in OpenCue
10 properties
ErrorResponse
object
Error response
2 properties
SuccessResponse
object
Generic success response
2 properties
JobList
object
List of jobs
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

academy-software-foundation-jobs-api-openapi.yml Raw ↑

Other APIs Academy Software Foundation publishes across the network.

OpenColorIO
OpenTimelineIO
Open Shading Language
MaterialX
OpenImageIO
Academy Software Foundation Hosts API
Academy Software Foundation Layers API