Getting Started with WorqHat API
This quickstart guide will help you make your first API request to the WorqHat platform. Follow these simple steps to get up and running quickly.Step 1: Get Your API Key
Before you can make any API requests, you’ll need to obtain an API key:- Log in to your WorqHat Dashboard
- Navigate to the API section
- Generate a new API key
- Copy your API key and store it securely
Never share your API key publicly or commit it to version control systems. Use environment variables or secure key management solutions to store your API key.
Install the SDKs
Install the official WorqHat SDKs for your language of choice.Node.js package: worqhat on npm
Python package: worqhat on PyPI
Python package: worqhat on PyPI
Hello, WorqHat (SDK Sanity Check)
Quickly verify your installation by initializing the client and calling the health check.Step 2: Make Your First API Request
Let’s make a simple request to check the API health status:Step 3: Explore the API
Now that you’ve made your first request, you can explore the different endpoints available:Database Operations
Query, insert, update, and delete data using the database endpoints.
Workflow Management
Create and manage workflows for your organization.
System Information
Get information about the API server and its health status.
User Management
Manage users and their permissions.
Code Examples
Checking API Health
node.js
Database Operations
node.js
Next Steps
Now that you’ve made your first API request, you can:- Explore the API Reference for detailed endpoint documentation
- Learn about Authentication mechanisms
- Check out our Code Examples for common use cases
- Join our Developer Community for support
Need Help?
Contact our support team if you encounter any issues or have questions about the API.