Skip to main content

Welcome

Our API is designed to provide you with the tools you need to build powerful integrations and extend the functionality of Fliqr AI. This reference documentation will guide you through the available endpoints and how to use them. This API reference is generated from our OpenAPI specification. You can view the full specification file to get a comprehensive understanding of all available endpoints and their parameters.

Authentication

All endpoints in the Fliqr AI API are authenticated using an API key passed in the header of your requests. To authenticate your requests, you need to include an X-ACCESS-TOKEN header with your unique API key.
"security": [
  {
    "APIKeyHeader": []
  }
]