Skip to main content

1. Create an API key

Go to Settings > API Keys in your Propal dashboard and click Create API Key.
  1. Give it a descriptive name (e.g., “My CRM Integration”)
  2. Select the permissions (scopes) it needs
  3. Click Create Key
Copy your API key immediately. It is only shown once. Store it in environment variables or a secrets manager.

2. List your proposals

Test your key by listing your proposals:
Expected response:

3. Create a proposal

Create a proposal from one of your templates:
Omit template_id to create a blank proposal with an empty editor.

4. Publish the proposal

Once your proposal is ready, publish it to make it accessible to your client:
Your proposal is now live and accessible to your client.

5. Upload a file (optional)

File uploads use a two-step signed URL flow — the file never transits through the API server, so there’s no size limit.
The response includes an uploadUrl:
The signed URL is valid for 1 hour. The file record is created in Propal immediately in step 1 — step 2 uploads the actual binary to storage.

Next steps

Authentication

API key scopes and security best practices.

Pagination

Cursor-based pagination for listing resources.

Error handling

Handle errors gracefully in your integration.

Create from CRM

Full guide: create proposals from your CRM pipeline.