cURL
curl --request GET \ --url https://api.usenotra.com/v1/brand-identities/generate/{jobId} \ --header 'Authorization: Bearer <token>'
{ "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
"brand_job_123"
Brand identity generation status fetched successfully
Show child attributes
Was this page helpful?