Generate a new AI presentation. Call GET /templates and GET /themes first to get valid IDs.
cURL
curl --request POST \ --url https://app.steercoanalytics.com/api/v1/presentations/generate \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'X-Workspace-Id: <x-workspace-id>' \ --data ' { "instructions": "<string>", "templateId": "<string>", "themeId": "<string>" } '
{ "presentationId": "<string>", "summary": "<string>", "url": "<string>" }
Clerk API key (ak_ prefix). Generate one from your Steerco profile settings.
The workspace ID. Get available workspaces from GET /api/v1/workspaces.
Natural language instructions for the presentation
Template ID from list templates
Theme ID from list themes
Generation started