Skip to main content
POST
Container Garden Planner

Authorizations

Authorization
string
header
required

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

Body

application/json
ioContainerShape
enum<string>

Container shape

Available options:
round,
rectangular
ioDiameter
number

Diameter (cm)

Required range: x >= 1
ioLength
number

Length (cm)

Required range: x >= 1
ioWidth
number

Width (cm)

Required range: x >= 1
ioPlantType
enum<string>

Plant

Available options:
basil,
chives,
cilantro,
dill,
mint,
oregano,
parsley,
rosemary,
sage,
thyme,
arugula,
kale,
lettuce,
spinach,
chard,
pepper,
carrots,
tomato_cherry,
chili,
cucumber,
eggplant,
beans,
green_onion,
radish,
strawberry

Response

Tool output

tool
string
required
tool_version
string
required

Output-contract version for this tool. Currently "1" for all tools.

outputs
object
required
credits_used
integer
required

Credits this call consumed, after any settlement refund. 0 when metering is disabled.

request_id
string
credits_remaining
integer | null

Credits left in the current monthly allowance, or null when metering is disabled.