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

# This contract, as served — the machine-readable API definition

> Serves the exact OpenAPI document the running service was built from, for SDK generation and API tooling. Unauthenticated. The document is loaded at boot, so it can never drift from the deployed behaviour.




## OpenAPI

````yaml https://2npugbuiw5.execute-api.eu-central-1.amazonaws.com/v1/openapi.yaml get /v1/openapi.yaml
openapi: 3.1.0
info:
  title: FIL Fraud Scoring API
  version: 1.0.2
  description: >
    Tiered fraud risk scoring for phone numbers and IP addresses. Scores are
    rankings relative to the scored population, never probabilities.
servers: []
security:
  - bearerAuth: []
paths:
  /v1/openapi.yaml:
    get:
      summary: This contract, as served — the machine-readable API definition
      description: >
        Serves the exact OpenAPI document the running service was built from,
        for SDK generation and API tooling. Unauthenticated. The document is
        loaded at boot, so it can never drift from the deployed behaviour.
      operationId: openapi
      responses:
        '200':
          description: The OpenAPI 3.1 document
          content:
            application/yaml:
              schema:
                type: string
      security: []
components: {}

````