Products
Analyze a product
Get product informations from an url
POST
cURL
Documentation Index
Fetch the complete documentation index at: https://docs.stoaty.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Configuration for the analysis
The url of the product to analyze
Example:
"http://…"
Disable the abilit to pull the informations from the cache, consume token
The currency symbol (ISO 4217) you want the price converted to
Example:
"USD"
The country code (ISO 3166-1 alpha-2) you want to request the website from (does not work for all domains)
Example:
"US"
cURL