cURL
curl --request POST \ --url https://api.aws53.cloud/v1/intent/topics/analyze \ --header 'Content-Type: application/json' \ --data ' { "url": "https://snowflake.com" } '
{ "data": { "company": "<string>", "summary": "<string>", "keywords": [ "<string>" ], "topics": [ { "topicId": 123, "topicName": "<string>", "type": "<string>", "industry": "<string>", "category": "<string>", "similarity": 123, "matchedKeyword": "<string>" } ] } }
Scrapes a website, extracts keywords, and matches them against 20K+ pre-embedded B2B/B2C topics. Unauthenticated: 2 req/min. Authenticated: 30 req/min.
10
"https://snowflake.com"
Matched topics
Show child attributes
Was this page helpful?