For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Search
/
Ask AI
Fork this repo
Get a demo
Fork this repo
Get a demo
API Reference
plant
Add a new plant to the store
Copy page
POST
https://api.plantstore.dev/v3
/
plant
Request
Details of the plant to add
name
string
Optional
category
string
Optional
tags
list of strings
Optional
status
enum
Optional
Allowed values:
available
pending
sold
Response
Plant successfully added
id
integer
name
string
status
string
tags
list of strings
Errors
405
Method Not Allowed Error