Deeparteffects
Connector for the deeparteffects API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.deeparteffects.com/v1 - Auth:
header:x-api-key(pass your key via theapiKeyinput)
Operations
get_noauth_result— GET /noauth/resultget_noauth_styles— GET /noauth/stylespost_noauth_upload— POST /noauth/upload
Inputs
apiKey— your deeparteffects API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_noauth_result
apiKey: <your key>