If you’re yet to register for an account, you can do so by visiting the Taficloud website.

Welcome

Welcome to the Taficloud API documentation. This documentation provides information on how to interact with the Taficloud API. The API is built on REST principles and uses standard HTTP methods. The API is designed to have predictable, resource-oriented URLs and to use HTTP response codes to indicate API errors.

Taficloud Endpoints

View the OpenAPI specification file

Authentication

All API endpoints are authenticated using Bearer and the api key. You can obtain your API key by visiting the Taficloud dashboard.

{
  "Authorization": "Bearer YOUR API KEY"
}