REST API Reference

Automate CrestBid and integrate it with your own tools (Team and Enterprise).

The REST API lets you integrate CrestBid into your own workflows — create projects, manage knowledge bases, and generate responses programmatically. API access is available on Team and Enterprise plans.

Authentication

Generate an API token under Settings › API and send it as a bearer token. The API is served locally by your CrestBid instance.

curl https://your-crestbid-host/api/v1/projects \
  -H "Authorization: Bearer YOUR_API_TOKEN"

Common operations

  • List, create, and delete projects
  • Upload documents to a project's knowledge base
  • Generate a response for a given requirement
  • Retrieve and export accepted responses
The API runs against your own instance, so requests and data stay within your network. Treat API tokens like passwords and rotate them regularly.