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

# Try it out

Get started with the Bron API by downloading our OpenAPI Specification and Postman Collection. These resources provide comprehensive documentation and ready-to-use examples for all API endpoints, making integration with the Bron straightforward and efficient.

## OpenAPI Specification

Our OpenAPI specification contains complete documentation for all Bron API endpoints, including detailed request/response schemas, authentication methods, and parameter descriptions.

<Card title="Download OpenAPI Endpoints" icon="cloud" horizontal="true" href="/bron-open-api-public.json">
  Access the detailed blueprint of our API's endpoints.
</Card>

## Postman Collection

This Postman collection comes with pre-configured authentication scripts that handle JWT generation automatically. Simply set your `bronApiKeyJwk` and `workspaceId` environment variables, and you'll be ready to test all API endpoints without manual authentication setup.

<Frame>
  <img className="block dark:hidden" src="https://mintlify.s3.us-west-1.amazonaws.com/bron/images/postman-global-variables-light.png" alt="Postman Global Variables" />

  <img className="hidden dark:block" src="https://mintcdn.com/bron/1gTuJzZmbg7j8QZz/images/postman-global-variables-dark.png?fit=max&auto=format&n=1gTuJzZmbg7j8QZz&q=85&s=5f19066e07b7a499985bdab89f5f1156" alt="Postman Global Variables" width="1825" height="547" data-path="images/postman-global-variables-dark.png" />
</Frame>

Once you've configured your environment variables, you can immediately begin testing the Bron API endpoints through the Postman interface.

<Card title="Download Postman Collection" icon="rainbow" horizontal="true" href="/bron-postman-collection.json">
  Access the Postman collection for quick and efficient API testing.
</Card>
