Getting Started
Get up and running with Quetzly in just a few minutes. This guide will walk you through taking your first steps with the application.
Installation
Follow the steps in the Installation Instructions to download and install Quetzly on your system.
First Launch
When you first launch Quetzly, you'll see the main interface with four primary sections:
- API - For testing API endpoints
- History - View your request history
- Sets - Manage saved requests
- Monitor - Set up endpoint monitoring
Interface Overview
Navigation Bar
The left sidebar contains four main sections:
API: Main testing interface
History: Request history
Sets: Saved grouping of requests
Monitor: Endpoint monitoring
Main Panel
The main area adapts based on your current section:
- Request Builder: Configure and send API requests
- Response Viewer: Inspect API responses
- Map Viewer: Visualize geospatial data
- Monitoring Dashboard: Track endpoint status
Quick Start Tutorial
1. Make Your First Request
- Click on the API section in the sidebar
- Select a request type (GET, POST, etc.)
- Choose a service type (JSON, WMS, WFS, etc.)
- Enter a URL in the request field
- Click Send to execute the request

2. View the Response
- Check the Status, Time, and Size in the response section
- Switch between Body, Headers, and Layers tabs
- For map services, layers will be automatically detected

3. Add to Map (For Geospatial Services)
- If your request returns spatial data, you'll see available layers
- Select layers to add them to the map viewer
- Use the map controls to pan, zoom, and inspect features

4. Save Your Work
- Use the Sets section to save frequently used requests
- Create collections of related API endpoints
- Export your sets to share with team members

What's Next?
Now that you have Quetzly installed and running:
- Learn how to send requests effectively
- Explore the request history features
- Set up request collections for your workflows
- Configure endpoint monitoring for your APIs
Troubleshooting
Common Issues
Application won't start:
- Ensure you meet the minimum system requirements
- Try running as administrator (Windows) or with sudo (Linux)
- Check that your antivirus isn't blocking the application
Can't connect to APIs:
- Verify your internet connection
- Check if the API endpoint is accessible from your network
- Ensure firewall isn't blocking outbound connections
Map not loading:
- Check your internet connection for basemap tiles
- Verify the spatial data format is supported
- Try refreshing the map view
Response is Invalid:
- Check that you are using the right service type ie. don't try to use map service type for and expected json reponse
- Ensure that the endpoint you are trying to test is actually able to return the expected response.
Getting Help
If you're experiencing issues:
- Check our documentation
- Review common troubleshooting steps above
- Report bugs or request features on our GitHub repository
Ready to start testing? Head over to the Send Requests guide to learn about Quetzly's powerful API testing features.