cURL
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>" }
Enqueues a background job that scrapes the URL for brand colors, fonts, logo, and tone. Returns 202 immediately. Poll GET /v1/my/brand for results.
GET /v1/my/brand
API key (nskey_live_...) or JWT token. API key is checked first; if not found, falls back to Devise JWT authentication.
nskey_live_...
Scrape job enqueued
"scraping"