Follow these guidelines to make requests to the REST API.
All API URLs start with the following base URL:
https://api.addsearch.com
You have access to the REST API over HTTPS. All calls to HTTP return 405 Method Not Allowed.
API endpoints consume and produce JSON:
application/json
Calls with JSON payload must include Content-Type header which you can add with curl using the following switch:
curl -H 'Content-Type:application/json'https://api...
AddSearch REST API uses ISO-8601 standard as the date format. Example of an accepted timestamp is:
2015-01-30T11:17:22-02:00
Read more about ISO-8601 from w3.org.
We’re always happy to help with code or other questions you might have. Search our documentation, contact support, or connect with our sales team.