Pixxel home page
Search...
⌘K
Getting Started
Introduction
Authentication & Security
Setting Up
Identity and Access
Projects
Order Desk
Tasking
Archive Ordering
Orders & Order Items
Catalog and Delivery
Analysis AOIs
List all AOIs
Fetch AOI Details
Create a new AOI
Indices for Insights
List all Available Indices
Generate Layer from an Index
Models for Analysis
Create Insights on an AOI
Delete Insights
Download Insights
List Insights
Workflows for Insights
About Jobs and Tasks
Create a Job
Download a Job
Get Job by ID
List Jobs
Download Assets
Support
Aurora
v0
Pixxel home page
v0
Search...
⌘K
Support
Aurora
Aurora
Search...
Navigation
Getting Started
Setting Up
Documentation
Developer Guide
API Reference
Documentation
Developer Guide
API Reference
Getting Started
Setting Up
Copy page
Copy page
Base URL & Request Format
Base URL:
All API endpoints are accessed securely via our base URL:
Copy
https://api.pixxel.space
Request Headers:
Every API request must include the following headers:
Content-Type: application/json
Authorization: <YOUR_API_KEY>
JSON Format:
Our API accepts and returns data in JSON format. Ensure that all requests are properly formatted as JSON.
Testing the API
Ping the Server:
Use the
/ping
endpoint to check if the API is reachable. A successful response will return a simple message indicating that the server is active.
Error Handling & Best Practices
Error Codes:
Our API returns standardized HTTP status codes along with detailed error messages. For example:
400 Bad Request:
Indicates invalid input or malformed requests.
403 Forbidden:
Authentication errors or insufficient permissions.
500 Internal Server Error:
Issues on the server side.
Tips for Success:
Verify that all required parameters are included.
Use the provided sample request bodies as a starting point.
Consult the Developer Docs for practical implementation guides and real-world examples.
Previous
Projects
Next
On this page
Base URL & Request Format
Testing the API
Error Handling & Best Practices
Assistant
Responses are generated using AI and may contain mistakes.