Setup your development environment
Get your API key and make your first API call in minutes.1
Create a Contazen account
Sign up for a free account at app.contazen.ro if you don’t have one already.
2
Set up your company details
Complete your company profile in the dashboard:
- Navigate to Company Settings
- Fill in your company details:
- Company name and legal information (CUI, RC)
- Address and contact information
- Bank account details (for invoices)
- Logo and branding
Complete company setup is required before creating invoices.
3
Get your API key
Navigate to Settings → API Keys in your dashboard to create your API key.
You’ll receive a Live key (
sk_live_...
) for production use. Store it securely - it won’t be shown again.4
Make your first API call
Test your setup by listing your clients:
Create your first invoice
Now let’s create a complete invoice with a client in one API call:What’s next?
Authentication
Learn about API keys and security best practices
Error Handling
Understand how to handle API errors gracefully
Client Management
Explore the clients API endpoints
Invoice Creation
Deep dive into invoice creation options
Example Response
A successful invoice creation returns:The invoice is created as a draft by default. You can send it to your client using the send endpoint.