Proxy Endpoint
The core endpoint for executing AI wrappers. Send your prompt and optional overrides, and receive perfectly structured JSON in return.
Authentication
Authenticate your API requests by including your secret API key in the Authorization header.
Authorization: Bearer zw_live_xxxxxxxxxxxxxxxxxxxxThe Endpoint
https://api.zywrap.com/v1/proxyRequest Body
Parameters
wrapperCodesarray of stringsREQUIREDAn array of wrapper codes to execute. If multiple are provided, they will be executed sequentially as a chain.
promptstringOPTIONALYour input text, instructions, or data to be processed by the wrapper(s).
modelstringOPTIONALThe specific AI model code to use (e.g., 'openai-gpt-4o'). If omitted, the platform default is used.
toneCodestringOPTIONALOverride the wrapper's default tone.
styleCodestringOPTIONALOverride the wrapper's default writing style.
formatCodestringOPTIONALOverride the wrapper's default output formatting.
complexityCodestringOPTIONALOverride the wrapper's default complexity level.

