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

# Quickstart Guide

> Interactive quickstart guide — no auth required.

Returns everything needed to make a first API call:
endpoints, pricing, curl examples, and payment instructions.



## OpenAPI

````yaml /api-reference/openapi.json get /v1/quickstart
openapi: 3.1.0
info:
  title: LimitGuard.ai
  description: Trust Intelligence API - Entity verification and risk scoring
  version: 0.1.0
servers:
  - url: https://api.limitguard.ai
security: []
paths:
  /v1/quickstart:
    get:
      summary: Quickstart Guide
      description: |-
        Interactive quickstart guide — no auth required.

        Returns everything needed to make a first API call:
        endpoints, pricing, curl examples, and payment instructions.
      operationId: quickstart_guide_v1_quickstart_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}

````