# Introduction

The Product API follows [RESTful](http://en.wikipedia.org/wiki/Representational_State_Transfer) principles to provide a collection of comprehensible resource(s) identifiers. All request payloads and response bodies are encoded in JSON, unless stated otherwise.

{% tabs %}
{% tab title="BASE URL" %}

```http
https://product-api.redflagai.co
```

{% endtab %}
{% endtabs %}
