cURL
Grab the model key and url slug from the model's page.
curl -X POST
-H 'Content-Type: application/json' \
-H 'X-Banana-API-Key: YOUR_API_KEY' \
-H 'X-Banana-Model-Key: YOUR_MODEL_KEY' \
-d '{"prompt":"In the summer I like [MASK]."}' \
https://YOUR_URL.run.banana.dev
Last modified 2mo ago