Quick Start
Get your first API response in under 60 seconds. See how InBe can power your platform with intelligent location matching and user preference analysis.
Welcome to the InBe docs. Our goal is to give you the power to build complex, user-centric location features with shockingly simple API calls.
Let's get you started.
1. Get Your API Key
First, you need an API key.
- If you have an account, go to the access page in the dashboard
- If you don’t have an account yet, sign up first and then go to the access page in the dashboard
All requests are authenticated by passing your key in a header field called API-KEY
.
API Key Types
Secret Key (`sk_*`) - Server-Side Only
- Use Case: Server-to-server communication
- Security: Never expose to client applications
- Permissions: Full access to all endpoints
- Rate Limits: Based on subscription tier
Public Key (`pk_*`) - Client-Side Safe
- Use Case: Mobile app direct API access
- Security: Safe to embed in mobile apps
- Permissions: Read-only access to safe endpoints
- Rate Limits: Same as secret keys (based on subscription tier)
More information
More information about API key types with implementation examples can be found in Setup - API Keys.
2. Make Your First API Call
Let's perform the kind of search that's impossible with other APIs: Find a top-rated coffee shop halfway between two people.
Copy the curl
command below, replace YOUR_API_KEY
with the key you just generated, and run it in your terminal.
3. See the Result
You'll get back a clean JSON response with a list of perfectly matched locations, enriched with InBe's deep data.
Next Steps
You've just scratched the surface. Here's where to go next to unlock the full power of InBe.