Skip to main content
GET
/
plants
cURL
curl --request GET \
  --url http://sandbox.mintlify.com/plants \
  --header 'Authorization: Bearer <token>'
[
  {
    "name": "<string>",
    "tag": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.biasafe.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer<int32>

The maximum number of results to return

Response

Plant response

name
string
required

The name of the plant

tag
string

Tag to specify the type

Last modified on April 6, 2026