Skip to Content

Quillbot

An AI-powered writing assistant that helps you paraphrase, summarize, and improve your text.

Endpoint

POST https://z.os7.site/api/llm/quillbot

Example Request

curl -X POST https://z.os7.site/api/llm/quillbot \ -H "Content-Type: application/json" \ -d '{ "apikey": "zp_your_secret_api_key", "prompt": "The quick brown fox jumps over the lazy dog." }'

Example Response

{ "status": 200, "data": { "text": "The swift brown fox leaps across the sluggish canine.", "model": "quillbot" } }
Last updated on