You need to top up certain amount to access the Haiper APIs.
API Documentation
Authentication
Haiper uses API keys to authenticate API calls. No username and password needed.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Haiper uses API keys to authenticate API calls. No username and password needed.
curl --request GET \
--url http://api.haiper.ai/path-of-the-api \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <token>' \