Appearance
Getting Started
Step 1: Sign Up for an Account
To use the Creduse API, you'll need to create an account on our platform. Visit our website at creduse.com and follow the sign-up process to register for a new account.
Step 2: Generate an API Key
Once you have an account, you'll need to generate an API key to authenticate your requests. Navigate to the API Key section of your account dashboard and follow the instructions to create a new API key.
Step 3: Understand API Authentication
Creduse employs API key-based authentication to ensure secure access to our API. Your API key should be treated as a highly sensitive secret and never shared or exposed in client-side code. Always include your API key in the Authorization header when making requests, as shown below:
http
Authorization : Bearer $YOUR_API_KEY
For detailed instructions on authenticating your requests, refer to the Getting Started section of our API documentation.
Step 4: Explore the Documentation
Familiarize yourself with the Creduse API by reading through our comprehensive documentation. Here some resources to get you started:
- What is a Cycle
- What is the logic for a Credit Subtraction
- How to implement Creduse in a Subscription Model