Skip to Content

Claude

A constitutional AI assistant known for being helpful, harmless, and honest.

Endpoint

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

Request Parameters

ParameterTypeRequiredDescription
apikeystringYesYour secret Zapi API key.
promptstringYesThe core instruction or question.
systempromptstringNoSystem-level instructions for persona.

Example Request

curl -X POST https://z.os7.site/api/llm/claude \ -H "Content-Type: application/json" \ -d '{ "apikey": "zp_your_secret_api_key", "prompt": "Write a python script.", "systemprompt": "You are a helpful assistant." }'
Last updated on