Asters API
Go to Asters
  • 👋API Documentation
  • Overview
    • Getting started
    • Authentication
  • Endpoints
    • Workspaces
    • Social accounts
    • Labels
    • Posts
    • Analytics
  • Extra
    • Limitations
    • HTTP responses
    • Language codes
Powered by GitBook
On this page
  • About the API
  • Versioning

Was this helpful?

  1. Overview

Getting started

General information about Asters API

About the API

The Asters API is built on REST principles and uses JSON as a data interchange format. The Asters API is served over HTTPS to ensure data privacy.

Don't forget to add these headers to each and every request:

Content-Type: application/json
Accept: application/json

Use the following base URL for all API endpoints:

https://api.asters.ai/api/external/v1.0/

Versioning

All our requests use the latest version of the API, as shown in the base URL. We'll do our best to keep older API versions running as long as possible, but things can change. So, our friendly advice is to stick with the latest version that's officially available.

PreviousAPI DocumentationNextAuthentication

Last updated 1 month ago

Was this helpful?