← Back to Productivity & Business
Glancify
AI-powered document summarizer and analyzer
https://hub.toolweb.in/tools/glancify/
Endpoints
GET
/
Home
GET
/view
View Wrapped
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| url | query | string | ✓ | Url |
GET
/demo
Demo
GET
/tsrg
Tsrg
GET
/glancify.js
Glancify Js
GET
/api/keywords
Api Keywords
GET
/api/topics/{topic_id}
Api Topic
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| topic_id | path | string | ✓ | Topic Id |
Quick Start
# cURL
curl -H "X-API-Key: YOUR_API_KEY" \ https://hub.toolweb.in/tools/glancify/
# Python
import requests
r = requests.get("https://hub.toolweb.in/tools/glancify/",
headers={"X-API-Key": "YOUR_API_KEY"})
print(r.json())
# JavaScript
fetch("https://hub.toolweb.in/tools/glancify/", {
headers: { "X-API-Key": "YOUR_API_KEY" }
}).then(r => r.json()).then(console.log)
Sign up free to get your API key auto-filled.