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.
variablesobjectOPTIONALA key-value dictionary of dynamic inputs required by the specific wrapper's schema (e.g., pageTopic, primaryKeyword).
promptstringOPTIONALYour input text, additional context, or unstructured instructions to be processed by the wrapper(s).
modelstringOPTIONALThe specific AI model code to use (e.g., 'openai-gpt-5.4'). 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.
lengthCodestringOPTIONALOverride the wrapper's default target length.
audienceCodestringOPTIONALOverride the wrapper's target audience level.
responseGoalCodestringOPTIONALOverride the wrapper's default response goal.
outputCodestringOPTIONALOverride the wrapper's default output type format.

