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.

The base url is as following:

https://api.repliq.co/

[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
/websiteApiCreate one video with a website background
/chatgptApiCreate one video with a chatgpt IA messages background
/tiktokApiCreate one video with a titktok background
/twitterApiCreate one video with a twitter background
/facebookApiCreate one video with a facebook background
/phApiCreate one video with a product hunt background
/jobsApiCreate one video with a job platform background
/googleApiCreate one video with a google platform background
/crunchbaseApiCreate one video with a crunchbase platform background
/githubApiCreate one video with a github profiles background
/craiglistApiCreate one video with a github post background
/youtubeApiCreate one video with a youtube video background
/instagramApi This endpoint is not available.
/amazonApi This endpoint is not available.
/linkedinApi This endpoint is not available.

Requirements

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

AuthorizationBearer Token
Token<token>