---
title: "Prefetch brand data by email"
method: POST
path: "/brand/prefetch-by-email"
tags: ["Utility"]
---

# Prefetch brand data by email

`POST /brand/prefetch-by-email`

Signal that you may fetch brand data for a particular domain soon to improve latency. This endpoint accepts an email address, extracts the domain from it, validates that it's not a disposable or free email provider, and queues the domain for prefetching. 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
  - `email` string, email, required — Email address to prefetch brand data for. The domain will be extracted from the email. Free email providers (gmail.com, yahoo.com, etc.) and disposable email addresses are not allowed.
  - `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
- `422` — Unprocessable Entity - Free email or disposable email detected
- `500` — Internal server error

## Changes

- **2026-02-12** `ec0e897d65be` — 1 breaking
  - the `timeoutMS` request property's min was increased to `1000.00`
- **2025-12-22** `1391c1e69bcd` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/context/apis/brand-api/changes/brand/prefetch-by-email/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)
