> ## Documentation Index
> Fetch the complete documentation index at: https://docs.revenuebase.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Match Presets

> The named match presets for every smart-search filter, and the cosine
distance each one means per target.

One vocabulary (exact / similar / related / broad), one number-owner (the
server). Clients render the labels and send `match` on a semantic or
lookalike node instead of hand-picking a `maxDistance`, so "Similar" means
the same measured thing everywhere.



## OpenAPI

````yaml /api-reference/v2/contact-openapi.json get /match-presets
openapi: 3.1.0
info:
  title: RevenueBase Velocity API
  version: 0.1.0
servers:
  - url: https://api.revenuebase.ai/v2/contact
    description: Production
security: []
paths:
  /match-presets:
    get:
      summary: Match Presets
      description: >-
        The named match presets for every smart-search filter, and the cosine

        distance each one means per target.


        One vocabulary (exact / similar / related / broad), one number-owner
        (the

        server). Clients render the labels and send `match` on a semantic or

        lookalike node instead of hand-picking a `maxDistance`, so "Similar"
        means

        the same measured thing everywhere.
      operationId: match_presets_v1_match_presets_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                additionalProperties: true
                type: object
                title: Response Match Presets V1 Match Presets Get
      security:
        - APIKeyHeader: []
components:
  securitySchemes:
    APIKeyHeader:
      type: apiKey
      in: header
      name: X-Key

````