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 Tasking API

The Tasking API from Capella Space — 4 operation(s) for tasking.

Capella Space Tasking 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 Tasking. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 5 operations across 4 paths, and defines 6 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.

5 operations 4 paths 6 schemas 2 GET3 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 Tasking 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 5

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

Tasking 5
POST
/task
Submit a tasking request
body → 201
GET
/task/{taskingrequestId}
Get a tasking request
1 param → 200
GET
/task/{taskingrequestId}/status
Get tasking request status
1 param → 200
POST
/task/{taskingrequestId}/status
Update tasking request status (review/approve/cancel)
1 param body → 200
POST
/tasks/search
Search tasking requests
body → 200

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are CollectionProperties (8 properties), SearchQuery (4 properties), TaskingRequest (4 properties), StatusUpdate (2 properties). Each schema is shown below with its type and property counts.

CollectionProperties
object
8 properties
TaskingRequest
object
4 properties
StatusObject
object
2 properties
SearchQuery
object
4 properties
GeoJSON
object
GeoJSON Geometry object.
StatusUpdate
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

capella-space-tasking-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 Orders API
Capella Space RepeatRequests API
Capella Space Tiles API