Programmatically create RFP projects, manage your knowledge base, and export responses. Integrate Quova into your existing sales workflow.
All API requests require a valid API key sent via the Authorization header as a Bearer token. API keys can be created and managed from the Settings page (Growth plan required).
API keys grant full access to your organization's data. Never expose them in client-side code, public repos, or browser requests. If a key is compromised, revoke it immediately from Settings and create a new one.
All errors follow a consistent format:
/api/v1/projectsGrowthList all projects for your organization. Supports pagination and status filtering.
/api/v1/projectsGrowthCreate a new RFP project by uploading a file (Excel or Word). The system will extract questions and match them against your knowledge base.
/api/v1/projects/:idGrowthGet detailed information about a specific project.
/api/v1/projects/:id/questionsGrowthList all questions for a project with their matched answers and confidence scores.
/api/v1/knowledgeGrowthList knowledge base entries. Supports search, category filtering, and pagination.
/api/v1/knowledgeGrowthAdd a new knowledge base entry.
/api/v1/knowledge/:idGrowthUpdate an existing knowledge base entry. Only provide the fields you want to change.
/api/v1/knowledge/:idGrowthDelete a knowledge base entry.
/api/v1/projects/:id/export/xlsxGrowthExport a project's questions and answers as an Excel spreadsheet.
/api/v1/projects/:id/export/pdfGrowthExport a project as a branded PDF document with cover page, stats, and all Q&A pairs.
/api/v1/projects/:id/export/docxGrowthExport a project as a Word document with formatted Q&A pairs and metadata.
Need help? Contact us at support@quova.co