Authorizations
Pass the API key in the Authorization header, You need to put Token keyword before the API key. e.g. 'Authorization: Token <api-key>'
Query Parameters
Body
application/json
Parameters for generating AI content.
The AI parts to generate content for. AI parts array should have at least one AI part object, with an aiPart (title), the language to return the content for the part in, and the prompt to use.
Authorization header to be sent in this format: Authorization: [authKey] [authSecret]