Appearance
Aspecta REST API Documentation
Learn how to use the Aspecta REST API.
About the Aspecta REST API
The Aspecta API is organized around REST
. Our API accepts form-encoded
request bodies, returns JSON-encoded
responses, and uses standard HTTP response codes, authentication, and verbs.
The REST API reference documentation describes the HTTP method, path, and parameters for every operation. It also displays example requests and responses for each operation.
General API Information
The base url of Aspecta API is https://api.aspecta.ai.
All requests to the API must be made over HTTPS. Calls made over plain HTTP will fail.
API requests require authentication. Any requests without authentication will fail. Please refer Use the access token to access Aspecta APIs for more details.
Aspecta API always returns JSON-encoded
responses.