GET request
There is only one GET request available for the repliq.co API. This request is used to get the number of credits left in your account. As we progress with this API, we will add more and more endpoints to help you generate and control 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 GET request in the api. Only GET request are allowed for this endpoint.
Endpoints | Role |
---|---|
/getCreditsApi | Get the number of credits you have left on your RepliQ account |
Requirements
On each request you need to provide your Bearer authentication token. See the Authentication section for more details.
Authorization | Bearer Token |
---|---|
Token | <token> |