Skip to main content

Credits

Query the /credits endpoint to get your current credits status.

Making the request

Endpoint: /credits

Method: GET

Example:

import requests
headers = {"X-API-KEY": "4088bbb2b9a34d75944e03810bbbe763"}
content = requests.post("https://api.aiprice.dev/credits", headers=headers)
print(content.json())