Back to library
AI Content API
AI Content API analyzes any webpage and returns AI insights summary, value proposition, features, categories, use cases, and optional contact signals.
Private1 credit = 1 requestGET/v1/analyze
Endpoint Overview
Detailed documentation, pricing, and usage examples.
Loading…
Code samples
Bash
curl --location --request GET 'https://api.piloterr.com/v1/analyze' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>'Replace <token> with your API key, then run the request from your terminal or app.
Create free account, get +500 creditsExample response
JSON
{
"data": {
"emails": [
"admin@company.com"
],
"summary": "Tailwind CSS is a utility-first CSS framework for modern web design.",
"useCases": [
"Building websites",
"Customizing themes",
"Managing CSS specificity"
],
"categories": [
"Web Development",
"CSS Frameworks",
"Frontend Development",
"Responsive Design"
],
"keyFeatures": [
"Responsive design",
"Dark mode",
"Animations",
"Grid layout"
],
"phoneNumbers": [
"+13322767084"
],
"targetAudience": "Web developers and designers.",
"valueProposition": "A flexible CSS framework packed with utility classes."
},
"success": true
}Integrations
Integrate AI Content with your favorite tools.
Pricing
1 credit per request
Reviews
5 / 5 (58 reviews)
66 active users
392K requests
12ms avg response time
Method
GET, POST
Path
/v1/analyze
Status
Private
Collections