# Brand Bard Store Profile API – Store 7

> Brand Bard Store Profile API – Store 7 is a paid API for AI agents from agent-data-hub-thebrandbard.replit.app, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns the full profile for store ID 7, including collections, vendors, and agent metadata.

## Facts

- Endpoint: POST https://agent-data-hub-thebrandbard.replit.app/api/stores/7
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/brand-bard-store-profile-api-store-7-4dc2f8f3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_m4MDCuEVXJJG7-w6-o4XE

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability brand-bard-store-profile-api-store-7-4dc2f8f3 -d '<json body>'
```

Example prompt: Pull up the full store profile for store 7 on Brand Bard, including all its collections, vendors, and agent details.

## When to prefer this

Use this endpoint when you need the full, rich profile for store 7 on Brand Bard, specifically including its collections, vendor list, and agent metadata in a single call, rather than querying individual sub-resources separately.

## Known failure modes

- Store ID 7 not found – returns 404 or empty response
- Payment not provided – returns 402 Payment Required
- Malformed store data – partial or missing fields in response
- Service unavailable on Replit host – 503 or timeout

## How this service works

Full store profile with collections, vendors and agents.md.

## Output

A JSON object containing the complete store profile for store ID 7, including associated product collections, vendor information, and agent-related metadata.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "properties": {
    "pathParams": {
     "type": "object",
     "required": [
      "id"
     ],
     "properties": {
      "id": {
       "type": "integer"
      }
     }
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   }
  },
  "output": {
   "properties": {
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/brand-bard-store-profile-api-store-7-4dc2f8f3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agent-data-hub-thebrandbard.replit.app](https://www.zero.xyz/host/agent-data-hub-thebrandbard.replit.app/llms.txt)
