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

# Bulk export (business and enterprise keys): every published variant as CSV

> Bulk export for business and enterprise keys: every published variant as CSV with plate figures and the best price, cached for an hour.



## OpenAPI

````yaml /api-reference/openapi.json get /v1/export/variants.csv
openapi: 3.1.0
info:
  title: Truckaurbus API
  version: v1
  description: >-
    The public v1 API at https://api.truckaurbus.com/v1. Authenticate with an
    API key in the Authorization header: Bearer tab_live_...
servers:
  - url: https://api.truckaurbus.com
security: []
paths:
  /v1/export/variants.csv:
    get:
      tags:
        - v1
      summary: >-
        Bulk export (business and enterprise keys): every published variant as
        CSV
      description: >-
        Bulk export for business and enterprise keys: every published variant as
        CSV with plate figures and the best price, cached for an hour.
      operationId: identity_api_v1_export
      parameters: []
      responses:
        '200':
          description: CSV of every published variant
          content:
            text/csv:
              schema:
                type: string

````