Search Knowledge Base
API - Old
The Luna Platform API allows developers to interface directly in to the platform with the programming language of their choice. Please review each Module on the left for additional information on how to query the API.
The API is based on REST principles and therefore is quite simple and easy to create applications. Any programming language or HTTP client can be used to interact with the API.
Input data is submitted in a standard form post:
( application/x-www-form-urlencoded or multipart/form-data )
Posts are made to the endpoint URL which will most typically respond with a JSON result in the HTTP body.