curl --request POST \
--url https://api.anysite.io/ai_based/builtwith/technologies \
--header 'Content-Type: application/json' \
--data '
{
"domain": "<string>",
"timeout": 300
}
'{
"technology_name": "<unknown>",
"technology_url": "<unknown>"
}Extract technology stack information for a domain from BuiltWith
curl --request POST \
--url https://api.anysite.io/ai_based/builtwith/technologies \
--header 'Content-Type: application/json' \
--data '
{
"domain": "<string>",
"timeout": 300
}
'{
"technology_name": "<unknown>",
"technology_url": "<unknown>"
}