Skip to main content
POST
/
api
/
v1
/
signature
/
scrape-website
Scrape Website For Signature
curl --request POST \
  --url https://api.example.com/api/v1/signature/scrape-website \
  --header 'Content-Type: application/json' \
  --data '
{
  "url": "<string>"
}
'
{
  "company": "<string>",
  "tagline": "<string>",
  "website": "<string>",
  "logo_url": "<string>",
  "accent_color": "<string>",
  "social_links": [
    {
      "platform": "<string>",
      "url": "<string>"
    }
  ],
  "suggested_template": "<string>",
  "template_reason": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.aitasker.co/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
url
string
required
Required string length: 4 - 2048

Response

Successful Response

company
string | null
tagline
string | null
website
string | null
logo_url
string | null
accent_color
string | null
suggested_template
string | null
template_reason
string | null