Documentation Index
Fetch the complete documentation index at: https://docs.skypoint.ai/llms.txt
Use this file to discover all available pages before exploring further.
Getting started with the skyData API
skyData is an API-First platform, it provides APIs to build your own applications based on your data in skyData.
Details of these APIs are listed on the skyData APIs reference. They include additional information about operations, parameters, and responses.
This article describes how to access the skyData APIs, create an Azure App Registration (if needed), and get started with the available client libraries.
Prerequisites
Before you can start using the API, you need to do the following:
Sign up for skyData account and follow the instructions on the Skypoint Developer Portal
Skypoint client libraries in C#, Python and NodeJS
This section helps you get started using the client libraries available for the skyData APIs. All library source code and sample applications can be found on our github repo. Please note that this feature not released yet
Throttling & Rate Limits
Throttling is the process responsible for regulating the rate at which the application processing is conducted.
Throttling is a way to practically implement rate-limiting. It lets API developers control how their API is used by setting up a temporary state, allowing the API to assess each request.
Rate Limits refers to controlling the amount of incoming and outgoing traffic to or from a network. In this case, the rate limit for our API is set to be 2000 requests/sec. If the number of requests get above the threshold, then the requests after the threshold will get an error message responding that the request limit has reached.