cURL
curl --request POST \ --url https://api.usenotra.com/v1/brand-identities/generate \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "websiteUrl": "https://usenotra.com", "name": "Notra" } '
{ "organization": { "id": "<string>", "slug": "<string>", "name": "<string>", "logo": "<string>" }, "job": { "id": "<string>", "organizationId": "<string>", "brandIdentityId": "<string>", "status": "queued", "step": "scraping", "currentStep": 1, "totalSteps": 2, "workflowRunId": "<string>", "error": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "completedAt": "<string>" } }
Send your API key in the Authorization header as Bearer API_KEY.
1
"https://usenotra.com"
1 - 120
"Notra"
Brand identity generation queued successfully
Show child attributes
Was this page helpful?