# Steerco ## Docs - [Edit presentation](https://docs.getsteerco.com/api-reference/edit-presentation.md): Use AI to edit an existing presentation based on natural language instructions. The AI agent reads the current slides, researches any new data needed, and applies changes surgically. - [Export presentation](https://docs.getsteerco.com/api-reference/export-presentation.md): Export a presentation to PPTX or PDF. Returns a temporary download URL (valid 14 hours). The presentation must have status 'ready'. May take 1-3 minutes. - [Generate presentation](https://docs.getsteerco.com/api-reference/generate-presentation.md): Generate a new AI presentation. Call GET /templates and GET /themes first to get valid IDs. - [Get presentation](https://docs.getsteerco.com/api-reference/get-presentation.md): Get details of a specific presentation including slides and discussion topics. - [List presentations](https://docs.getsteerco.com/api-reference/list-presentations.md): List presentations in the workspace with optional pagination. - [List templates](https://docs.getsteerco.com/api-reference/list-templates.md): List available presentation templates in the workspace. - [List themes](https://docs.getsteerco.com/api-reference/list-themes.md): List available themes in the workspace. - [List workspaces](https://docs.getsteerco.com/api-reference/list-workspaces.md): List all workspaces you have access to with API enabled. Use the returned workspace ID in the X-Workspace-Id header for all other endpoints. - [Overview](https://docs.getsteerco.com/api-reference/overview.md): Conventions and base URL for the Steerco REST API - [Search entities](https://docs.getsteerco.com/api-reference/search-entities.md): Vector-powered semantic search for entities (accounts, contacts, opportunities, etc.) in the workspace. Finds results by meaning, not just exact keyword matches. - [Authentication](https://docs.getsteerco.com/authentication.md): How to authenticate with the Steerco API - [Introduction](https://docs.getsteerco.com/introduction.md): Build with the Steerco API and MCP server - [Claude Desktop](https://docs.getsteerco.com/mcp/claude-desktop.md): Connect Claude Desktop to Steerco - [Cursor](https://docs.getsteerco.com/mcp/cursor.md): Connect Cursor to Steerco - [MCP Server](https://docs.getsteerco.com/mcp/overview.md): Connect AI tools to Steerco via the Model Context Protocol ## OpenAPI Specs - [openapi](https://docs.getsteerco.com/openapi.json)