Brand.dev

Active

by Orthogonal

Brand data API.

Data

Endpoints · 13

Base URLhttps://x402.orthogonal.com/brand-dev
POST/v1/brand/ai/query$0.03Use AI to extract specific data points from a brand’s website. The AI will crawl the website and extract the requested information based on the provided data po
GET/v1/brand/retrieve-by-ticker$0.03Retrieve brand information using a stock ticker symbol. This endpoint looks up the company associated with the ticker and returns its brand data.
GET/v1/brand/naics$0.03Endpoint to classify any brand into a 2022 NAICS code.
GET/v1/brand/styleguide$0.03Automatically extract comprehensive design system information from a brand’s website including colors, typography, spacing, shadows, and UI components.
GET/v1/brand/transaction_identifier$0.03Endpoint specially designed for platforms that want to identify transaction data by the transaction title.
GET/v1/brand/retrieve-simplified$0.03Returns a simplified version of brand data containing only essential information: domain, title, colors, logos, and backdrops. This endpoint is optimized for fa
POST/v1/brand/ai/products$0.03Beta feature: Extract product information from a brand’s website. Brand.dev will analyze the website and return a list of products with details such as name, de
GET/v1/brand/fonts$0.03Extract font information from a brand’s website including font families, usage statistics, fallbacks, and element/word counts.
GET/v1/brand/retrieve-by-email$0.03Retrieve brand information using an email address while detecting disposable and free email addresses. This endpoint extracts the domain from the email address
GET/v1/brand/retrieve$0.03Retrieve logos, backdrops, colors, industry, description, and more from any domain
GET/v1/brand/retrieve-by-isin$0.03Retrieve brand information using an ISIN (International Securities Identification Number). This endpoint looks up the company associated with the ISIN and retur
GET/v1/brand/screenshot$0.03Capture a screenshot of a website. Supports both viewport (standard browser view) and full-page screenshots. Can also screenshot specific page types (login, pri
GET/v1/brand/retrieve-by-name$0.03Retrieve brand information using a company name. This endpoint searches for the company by name and returns its brand data.

Call the provider directly and settle x402 per request.

Quickstart · x402 flow

1 · Call without payment. The service replies 402

bash
curl -i https://x402.orthogonal.com/brand-dev/v1/brand/ai/query
Response
HTTP/1.1 402 Payment Required{ "x402Version": 2,  "accepts": [{ "scheme": "exact", "network": "eip155:143",  "asset": "USDC", "maxAmountRequired": "0.03" }] }

2 · Sign the payment with your agent wallet and retry

bash
curl https://x402.orthogonal.com/brand-dev/v1/brand/ai/query \  -H "X-PAYMENT: <base64 payment payload signed by your EOA>"
Response
HTTP/1.1 200 OK

Any EOA on Monad can pay. curl shown; language tabs land in v2.

Any APIs or tools listed are provided for discovery purposes only and do not constitute an endorsement or recommendation by the Monad Foundation.