Documentation [Deprecated]
SkyCiv Documentation








RC Design
General
Code Verification




Can't find what you're after?

Authentication

You are required to enter your username and API key into the authentication fields to access the solver.

Input Type Description
auth Object To authenticate your access to the API, you need to provide your username and key as properties to the auth object.

Authentication Properties Type Value Description
username String Paul Your username when logging in to SkyCiv.
key String Sprmas7aUw7bnGmrqmfwNsLAJ92QIfoezfJZg7HXWUfarSeAG9Jpc0Yt7CLmtcNZ Your API key.

Example

{
   "auth": {
      "username": "Paul",
      "key": "Sprmas7aUw7bnGmrqmfwNsLAJ92QIfoezfJZg7HXWUfarSeAG9Jpc0Yt7CLmtcNZ"
   }
}