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, text 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.
Endpoints | Role |
---|---|
/launchTemplate | Create one video/image/text 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.
Authorization | Bearer Token |
---|---|
Token | <token> |