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

# Postman Collection

> Use the PlantPredict API from your own Postman workspace, or import the OpenAPI spec into any API client.

The complete, machine-readable API reference lives in the [API Reference](/api-reference)
section of this site — that is the canonical source and the version indexed
by search engines and AI tools.

## Use the API from Postman

Import the published collection into your workspace and follow the
[API Quick Start Guide](/api-docs/api_quick_start_guide) for authentication setup:

* [Open the PlantPredict collection in Postman](https://documenter.getpostman.com/view/3855302/UVsHUoHa)

## Use any other API client

If your tool of choice (Insomnia, Bruno, Hoppscotch, IntelliJ HTTP Client, etc.)
supports OpenAPI, import the spec directly:

* OpenAPI 3.1 spec: [`/api-docs/api-reference/plantpredict-api.yaml`](/api-docs/api-reference/plantpredict-api.yaml)

## Generate a client

The same OpenAPI file can be fed into [openapi-generator](https://openapi-generator.tech/),
[oapi-codegen](https://github.com/oapi-codegen/oapi-codegen), or any other
code generator to produce a typed client in your language of choice. The
official [Python SDK](/api-docs/python-sdk) is the recommended starting point
for Python users.
