Searchlysis Docs home page
Search...
⌘K
Search...
Navigation
API Reference
Introduction
Get Started
Overview
Quickstart
API Reference
Introduction
POST
Analyze Search
POST
Analyze Links
GET
Get Analysis
GET
List Analyses
GET
List Analyses Ids
GET
List Related Analyses
POST
Update Analysis
POST
Delete Analysis
On this page
Base URL
Authentication
API Reference
Introduction
Base URL
Copy
https://searchlysis.com/api
Authentication
To authenticate you need to add an
x-api-key
header with the contents of the header being your
API Key
. All API endpoints are authenticated using Api Keys and picked up from the specification file.
API Key
Copy
{
headers
: {
"x-api-key"
:
"sk_123456789"
}
}
Quickstart
Analyze Search
Assistant
Responses are generated using AI and may contain mistakes.