Get Started with 0.link
Welcome to 0.link! This guide will help you get up and running with our platform in just a few minutes. Whether you're building a simple integration or a complex application, we'll walk you through the essential steps.
Quick Start Checklist
Follow these steps to get started:
What You'll Need
Before you begin, make sure you have:
- A valid email address for account creation
- A development environment set up
- Basic understanding of REST APIs
- Your preferred HTTP client (curl, Postman, or code)
5-Minute Quick Start
1. Create Your Account
Sign up for a 0.link account at 0.link/app. You'll get:
- Full platform access: All features available
- No credit card required: Start building immediately
2. Get Your API Key
Once logged in, navigate to API Keys in your dashboard and create your first key:
Your API key will look like this:
bash
0link_sk_1234567890abcdef1234567890abcdef3. Make Your First Call
Test your setup with a simple API call:
bash
curl -H "Authorization: Bearer 0link_sk_1234567890abcdef1234567890abcdef" \
https://api.0.link/api/pingExpected response:
json
{
"status": "success",
"message": "pong",
"timestamp": "2024-01-15T10:30:00Z"
}Next Steps
Once you've completed the basic setup:
Learn the Platform
- API Reference - Complete API documentation
- Authentication Guide - Security best practices
- Error Handling - Understanding error responses
Need Help?
- Documentation: Browse our complete API reference
- Support: Contact us at [email protected]
Ready to dive deeper? Let's start with creating your account!