Quick Start
Get up and running with Echolon in under 5 minutes.
Download and Install
Download Echolon for your platform from our download page:
Create Your First Request
- Open Echolon
Launch Echolon from your Applications folder or Start menu.
- Enter a URL
Type or paste an API endpoint URL in the address bar:
https://sample-api.echolon.app/tasks - Send the request
Click the "Send" button or press
Ctrl/Cmd + Enter. - View the response
The response will appear in the panel below with body, headers, and details.
Organize with Collections
Collections help you organize related requests together. To create a collection:
- Click the Collections tab in the sidebar
- Click New Collection
- Give your collection a name
- Save requests to your collection using
Ctrl/Cmd + S
Use Environments
Environments let you switch between different configurations (development, staging, production) without changing your requests.
// Example: Using environment variables
GET {{baseUrl}}/users/{{userId}}
// Development environment
baseUrl = http://localhost:3000
userId = 1
// Production environment
baseUrl = https://api.example.com
userId = 12345 Next Steps
Now that you've made your first request, explore more features: