Skip to main content
POST
/
v1
/
my
/
brand
/
scrape
Auto-detect brand from website
curl --request POST \
  --url https://api.nitrosend.com/v1/my/brand/scrape \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "url": "<string>"
}
'
{
  "status": "scraping",
  "url": "<string>"
}

Authorizations

Authorization
string
header
required

API key (nskey_live_...) or JWT token. API key is checked first; if not found, falls back to Devise JWT authentication.

Body

application/json
url
string<uri>
required

Response

Scrape job enqueued

status
string
Example:

"scraping"

url
string<uri>