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

# OpenAPI Specification

The Fernand API follows the OpenAPI 3.0 specification, providing a complete and machine-readable description of all available endpoints, request parameters, and response formats.

<Card title="Download OpenAPI Spec" icon="download" href="https://api.getfernand.com/openapi.json">
  Download the complete OpenAPI 3.0 specification in JSON format.
</Card>

All API requests should be made to `https://api.getfernand.com`

## Using the OpenAPI specification

The OpenAPI specification can be used to:

* **Generate client libraries** - Use tools like [OpenAPI Generator](https://openapi-generator.tech/) to create SDKs in your preferred language
* **Explore endpoints** - Import the spec into tools like [Postman](https://www.postman.com/) or [Insomnia](https://insomnia.rest/) for interactive testing
* **Validate requests** - Use the schema to validate your API requests before sending them

<Note>
  Our documentation and OpenAPI specification are constantly updated to reflect the latest version of our RESTful API. Always use the latest version for the most up-to-date endpoint information.
</Note>
