POST
P0 Introduction

POST request

You can find all the POST endpoints in the table below. As we progress with this API, we will add more and more endpoints to help you generate your videos, images, icebreaker or any personalized element from RepliQ.

The base url is as following:

https://api.repliq.co/v2

[Info] Our API accepts only application/json and returns only a JSON type.

Here is the list of all possible POST request in the api. Only POST request are allowed for these endpoints.

EndpointsRole
/launchTemplateCreate one video/image/icebreaker based on your RepliQ template options

Requirements

On each request you need to provide your Bearer authentication token. See the Authentication section for more details.

AuthorizationBearer Token
Token<token>

RepliQ API Docs