What are APIs?
API is an acronym for Application Programming Interface. Communication between machines can be realized. The takeoff page API refers to the API of the website made using the takeoff page .
API is an acronym for Application Programming Interface. Communication between machines can be realized. The takeoff page API refers to the API of the website made using the takeoff page .
How to activate the API?
In order to ensure security and performance, we currently only enable the API function for websites with Lightspeed version (including) and above. The current API functions are still relatively small, and we will continue to increase APIs in the near future.
API call address and method
Suppose your website address is: www.example.com, then the API calling address is http://www.example.com/FeiEditor/api_v1/method. The calling method is GET or POST. If your website supports SSL, it is also possible to use the https protocol to call the API.
Suppose your website address is: www.example.com, then the API calling address is http://www.example.com/FeiEditor/api_v1/method. The calling method is GET or POST. If your website supports SSL, it is also possible to use the https protocol to call the API.
API authentication
If your website supports API (Lightspeed version and above), you can get your API key in the background.

Then add the parameter API_KEY to the request, both POST and GET or in HEADER.
API return format
API returns are unified in JSON format.
If you encounter problems during debugging the API, please contact our customer service staff.
API return format
API returns are unified in JSON format.
If you encounter problems during debugging the API, please contact our customer service staff.