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.
Endpoints | Role |
---|---|
/websiteApi | Create one video with a website background |
/chatgptApi | Create one video with a chatgpt IA messages background |
/tiktokApi | Create one video with a titktok background |
/twitterApi | Create one video with a twitter background |
/facebookApi | Create one video with a facebook background |
/phApi | Create one video with a product hunt background |
/jobsApi | Create one video with a job platform background |
/googleApi | Create one video with a google platform background |
/crunchbaseApi | Create one video with a crunchbase platform background |
/githubApi | Create one video with a github profiles background |
/craiglistApi | Create one video with a github post background |
/youtubeApi | Create 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.
Authorization | Bearer Token |
---|---|
Token | <token> |