---
title: "Prefetch brand data for a domain"
method: POST
path: "/brand/prefetch"
tags: ["Utility"]
---

# Prefetch brand data for a domain

`POST /brand/prefetch`

Signal that you may fetch brand data for a particular domain soon to improve latency. This endpoint does not charge credits and is available for paid customers to optimize future requests. [You must be on a paid plan to use this endpoint]

## Request body

- object
  - `domain` string, required — Domain name to prefetch brand data for
  - `timeoutMS` integer — Optional timeout in milliseconds for the request. If the request takes longer than this value, it will be aborted with a 408 status code. Maximum allowed value is 300000ms (5 minutes).

## Response `200`

Successful response

- object
  - `status` string — Status of the response, e.g., 'ok'
  - `message` string — Success message
  - `domain` string — The domain that was queued for prefetching

## Other responses

- `400` — Bad Request - validation error
- `401` — Unauthorized
- `408` — Request Timeout
- `500` — Internal server error

## Changes

- **2026-02-12** `ec0e897d65be` — 1 breaking
  - the `timeoutMS` request property's min was increased to `1000.00`

[Change history](https://skmtc.dev/context/apis/brand-api/changes/brand/prefetch/post.md)

---

[API](https://skmtc.dev/context/apis/brand-api.md) · [All operations](https://skmtc.dev/context/apis/brand-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/context/brand-api/revisions/05a30711e18b/schema)
