Skip to main content

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.

The complete, machine-readable API reference lives in the 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 for authentication setup:

Use any other API client

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

Generate a client

The same OpenAPI file can be fed into openapi-generator, oapi-codegen, or any other code generator to produce a typed client in your language of choice. The official Python SDK is the recommended starting point for Python users.