Working with our API
As mentioned previously, there are few ways to access our API. You can either access our endpoints after logging in on this website or you can use our tokens at dashboard.geoinsight.ai.
Testing on this website
This option is available on this website and its mostly for testing the API endpoints. You can login here. After that, you can access our endpoints in the Restful API endpoints section. There are several endpoints at your disposal. Choose one and from there the procedure is quite simple, where you just need to fill a form to call the endpoint, and you can also read the endpoint description. Follow the steps:
Fill the inputs
Choose the Content Type and fill the required and/or the optional inputs. You can also copy a curl request if you choose to use the request on a terminal.
If you are logged in, a token will be added to the curl statement, however it will last for a day.
Click Try
Click on Try and wait for the response.
Response
The response will be shown. For some endpoints there will be options to show it in a table or in a map(if the response contains location data). You also have the option to copy the response.