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

Capella Space Orders API

The Orders API from Capella Space — 3 operation(s) for orders.

Capella Space Orders API is one of 9 APIs that Capella Space publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Orders. The published artifact set on APIs.io includes an OpenAPI specification.

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

Requests are made against a single base URL, https://api.capellaspace.com.

3 operations 3 paths 2 schemas 1 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://api.capellaspace.com
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Capella Space Orders API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — Bearer token issued via the Capella Console. API keys can be requested at POST /keys and exchanged for bearer tokens per the documented authentication flow.

Paths & Operations 3

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

Orders 3
POST
/orders
Submit an order
body → 201
POST
/orders/review
Review an order before submission
body → 200
GET
/orders/{orderId}/download
Get download URLs for a completed order
1 param → 200

Schemas 2

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

Order
object
3 properties
OrderRequest
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

capella-space-orders-api-openapi.yml Raw ↑

Other APIs Capella Space publishes across the network.

Capella Space Tasking API
Capella Space Catalog API
Capella Space Orders API
Capella Space Collects API
Capella Space Keys API
Capella Space RepeatRequests API
Capella Space Tasking API
Capella Space Tiles API