cURL
curl --request GET \ --url https://backend.clipvision.ai/api/credits/history/ \ --header 'Authorization: Basic <encoded-value>'
[ { "date": "<string>", "paymentRedeemed": true, "isPaymentValid": true, "totalCredits": 123, "description": "<string>" } ]
This API endpoint allows retrieval of user credits history.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
Successfully retrieved credits history