Preview in:
1. How to access the API?
2. Limitations
3. API panel
4. API integration
5. Who can use lenso.ai’s API?
How to access the API?
- To access lenso.ai’s Reverse Image Search API, you need to purchase a subscription. To do that, visit the pricing page and purchase the Developer plan.
- You can access the API panel tab from your user dashboard.
If you want to use facial search* in API, you have to sign an agreement first. You will be able to download it anytime.
*Available in selected regions
Limitations
- Starting off, you will receive 1000 API requests, however, you can request up to 5000 requests via the contact form. Explain your use case, and we will adjust the requests number accordingly.
- You can’t send over 2 API requests per second.
The limitations were set up only to prevent misuse of the application.
API panel
In your API panel, you’ll be able to find:
- your API key,
- number of used API requests,
- API requests chart,
- documentation,
- for regions where face search is available, you can also find your API agreement.

API Integration
To integrate the API, you need to download the documentation first. You can find it in the API panel. If you’d like to read the full documentation before subscribing, contact us.
Here are some simple steps explained in more detail in the documentation:
Authorization
All API requests require authorization using a Bearer token in the Authorization header.
Authorization: Bearer <your_access_token>
Replace with your actual access token (API Key) obtained from lenso.ai website.
Search Request
Here’s what requests parameters look like in JSON:
{
"image": "base64-encoded string",
"category": "string",
"sortType": "string",
"domain": "string",
"page": "integer (starts from 1)"
}
And here’s what a successful response looks like:
{
"results": [
{
"urlList": [
{
"imageUrl": "https://example.com/image1.jpg",
"sourceUrl": "https://example.com/source1",
"title": "Example Image 1"
}
],
"base64Image": "iVBORw0KGgoAAAANSUhEUg..."
}
],
"availablePages": 5
}
Who can use lenso.ai’s API?
Lenso.ai's Reverse Image Search API has multiple use cases across different industries. Here are some key applications:
1. Visual Search in E-Commerce Apps
- Allow users to upload an image to find visually similar products.
- Improve product discovery without relying on text-based search.
2. Fake Profile & Scam Detection in Social Media Apps
- Verify profile pictures to detect duplicates or stolen images.
- Prevent catfishing and identity fraud by scanning uploaded photos.
3. Copyright & Brand Protection
- Detect unauthorized use of brand images or copyrighted photos.
- Automate content takedown requests for stolen or misused images.
Of course, these are just three most common cases, but lenso.ai can be used in hundreds of applications.
More questions? Contact us!
We can make a tailored plan for your business, help you with API integration, adjust the number of API calls and more! Contact us here:
Continue reading
Guides
Find people by image with lenso.ai Face Search
Searching for faces from a photo is a challenge without the right tools. In this article, we will show you how to search for faces with lenso.ai. If you want to find a person from image or look up your face online, this is the tutorial for you!
Guides
How can AI find a person from a photo? Try AI-powered tools for reverse face search
Reverse image search can help you find anything using only a picture. However, these tools are especially useful for face search. How can AI find a person from a photo?
Guides
How to find similar images?
Need to search for similar images online? There are plenty of solutions to help you out. Find out how reverse image search, stock images, or AI tools can make it easier.
Guides
How to Use lenso.ai – a Simple Tutorial to Reverse Image Search on Desktop and Phone
If you’re new to lenso.ai and want to test its capabilities, this is the tutorial for you! Find out how to search for images, set up alerts, use the API, turn on Research Mode, filter and sort pictures, explore categories, and more - from your phone or computer.
Guides
How to Use Reverse Image Search for Better Visual Insight
Reverse image search differs from traditional keyword lookup because it analyzes visual features - such as colors, shapes, textures, and patterns - letting you search by image instead of text. This makes it ideal for finding photo sources, identifying objects or people, and discovering where an image has appeared online.