Generate Customized AI Content
AI Docs Routes
Create Customized AI Content Route
Generates AI content based on the specified transcription job ID and parameters.
POST
Generate Customized AI Content
Documentation Index
Fetch the complete documentation index at: https://docs.tryhamsa.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Pass the API key in the Authorization header, You need to put Token keyword before the API key. e.g. 'Authorization: Token '
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]