Overview

HTTPS-POST RPC allows clients to securely execute predefined operations on a server by sending HTTP POST requests over HTTPS.

Prerequisites

  • Ensure all systems are equipped with valid SSL/TLS certificate chains to establish a secure HTTPS connection.

Data Serialization

The API supports two serialization formats: JSON, for its simplicity and readability, and Protobuf, for its efficiency and compactness, catering to varying application requirements and network conditions. Learn more.

Example

curl --request POST \
  --url https://api.celestra.space/v1.SpaceParameterService/CreateParameter \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: application/json' \
  --data '{
    "alias": "<string>"
  }'

Endpoints

Please refer to the Endpoints page for the full list of endpoints.


Celestra Space offers APIs that supercharge your space software, unlocking the potential for truly captivating outcomes. Create your account today!