Skip to main content

Overview

This guide will walk you through creating your first API integration using AnyAPI.ai.
Prerequisites: You’ll need an AnyAPI.ai account. Sign up for free if you haven’t already.

Sign Up and Get Your API Key

1

Access Dashboard

Navigate to your AnyAPI.ai dashboard
2

Go to API Keys

Click on SettingsAPI Keys in the sidebar
3

Create New Key

Click “Create API Key” and give it a descriptive name like “My First Integration”
4

Copy Key

Copy the generated API key and store it securely
Keep your API key secure! Never commit it to version control or expose it in client-side code.

🎉 Congratulations!

You’ve successfully: ✅ Created your first API connection
✅ Built a simple workflow
✅ Executed the workflow and received data

Next Steps

Authentication

Set up secure authentication for popular APIs

API Reference

Explore all available endpoints and parameters

Interactive Playground

Want to test this right now? Use our interactive playground below:
The playground will use your actual API key if you’re logged into the dashboard. Make sure you’re using a test environment!

Troubleshooting

Make sure your API key is correct and includes the Bearer prefix in the Authorization header.
Verify the base URL is correct and the target API is accessible. You can test the connection using the /connections/{id}/test endpoint.
Check the workflow configuration and ensure the connection ID is valid. Review the error details in the response.
If you’re hitting rate limits, consider upgrading your plan or implementing delays between requests.

Need Help?