Skip to content

Instantly share code, notes, and snippets.

@toshvelaga
Created March 26, 2023 08:35
Show Gist options
  • Save toshvelaga/439310b276db81c8c7033b9e7a904ac5 to your computer and use it in GitHub Desktop.
Save toshvelaga/439310b276db81c8c7033b9e7a904ac5 to your computer and use it in GitHub Desktop.
API that looks up whether a site uses Webflow or Bubble
curl --location --request POST 'https://wreudwglze.execute-api.us-west-1.amazonaws.com/default/techLookup' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "<PUT_COMPANY_URL_HERE>"
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment