ProposalGBT/
API Documentation

API Documentation

Getting Started

The ProposalGBT API allows you to generate proposals programmatically. To get started:

  1. Sign up for an API key in your dashboard
  2. Include the API key in your requests
  3. Make requests to our endpoints

Authentication

All API requests require authentication using your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Endpoints

Generate Proposal

POST /api/v1/proposals/generate

{
  "jobDescription": "string",
  "tone": "professional | friendly | technical",
  "keywords": ["string"]
}

List Proposals

GET /api/v1/proposals

Returns a list of your generated proposals.

Get Proposal

GET /api/v1/proposals/{id}

Returns a specific proposal by ID.

Rate Limits

API requests are limited based on your subscription plan:

  • Free: 100 requests/day
  • Pro: 1,000 requests/day
  • Enterprise: Custom limits