Headings, tables, bold, links, lists. One API call turns your Markdown into a formatted, shareable Google Doc. $0.01 per document. 5 free on signup.
# Create a formatted Google Doc from Markdown
curl -X POST https://api.googledocmaker.com/api/v1/docs/create \
-H "Content-Type: application/json" \
-H "X-API-Key: gd_live_YOUR_KEY" \
-d '{
"title": "Q1 Sales Report",
"markdown_content": "# Q1 Results\n\n**Revenue**: $2.4M\n\n| Metric | Value |\n|--------|-------|\n| Deals closed | 47 |\n| Win rate | 34% |",
"sharing": "anyone_with_link"
}'
Plain text goes in. A formatted Google Doc comes out.
# Q1 Report **Revenue**: $2.4M (+18%) | Region | Deals | |---------|-------| | West | 23 | | East | 24 | Next steps: - Expand to Midwest - Hire 2 more reps
Revenue: $2.4M (+18%)
| Region | Deals |
| West | 23 |
| East | 24 |
Next steps:
• Expand to Midwest
• Hire 2 more reps
POST /api/v1/auth/register with your email. You'll get a 6-digit verification code.
POST /api/v1/auth/verify with the code, then POST /api/v1/auth/api-key. You get 5 free credits.
Visit GET /api/v1/google/connect with your API key. Sign into Google and authorize. One-time setup.
POST /api/v1/docs/create with a title and Markdown content. Get back a Google Doc URL. Optionally set sharing to make it public.
Headings (H1-H6), bold, italic, links, bullet lists, numbered lists, tables, code blocks, horizontal rules. All rendered as native Google Docs formatting.
Set sharing: "anyone_with_link" and the doc is instantly shareable. No manual permission changes needed.
Pass a template_id to clone an existing Google Doc (with your logo, fonts, headers) before inserting content. Every doc looks on-brand.
Use /docs/append to add content to an existing Google Doc. Build documents incrementally, one section at a time.
Simple. No tiers. No subscriptions. Buy credits, use them whenever.
$0.01 each
$0.01 each
$0.01 each
5 free documents on signup. Failed creations are automatically refunded. One credit = one document created or appended to.
| Method | Endpoint | Cost | Description |
|---|---|---|---|
| POST | /api/v1/docs/create | 1 credit | Create a Google Doc from Markdown |
| POST | /api/v1/docs/append | 1 credit | Append Markdown to an existing doc |
| Method | Endpoint | Cost | Description |
|---|---|---|---|
| GET | /api/v1/google/connect | Free | Connect your Google account (OAuth redirect) |
| GET | /api/v1/google/callback | Free | OAuth callback (handled automatically) |
| GET | /api/v1/google/status | Free | Check if Google is connected |
| Method | Endpoint | Cost | Description |
|---|---|---|---|
| POST | /api/v1/auth/register | Free | Create account |
| POST | /api/v1/auth/verify | Free | Verify email |
| POST | /api/v1/auth/api-key | Free | Generate API key |
| Method | Endpoint | Cost | Description |
|---|---|---|---|
| GET | /api/v1/account | Free | View balance and usage |
| GET | /api/v1/credits/packs | Free | List credit packs |
| POST | /api/v1/credits/purchase | Free | Buy credits via Stripe |
Full API reference: llms-full.txt · OpenAPI spec
Agents generate Markdown reports, proposals, and summaries. This API turns that output into polished Google Docs without human formatting.
CRM generates a deal review? Pipeline tool writes a weekly summary? One API call turns it into a formatted doc in the team's shared Drive.
Blog posts, SOPs, onboarding docs. Write in Markdown, publish to Google Docs. Template support keeps everything on-brand.
Running a CLI agent that produces reports? Pipe the output through this API. The doc appears in Google Drive, ready to share.
This site is designed for machine consumption. AI agents can discover and integrate with this API using these files: