---
title: "Create a Google Doc and write evidence content into it"
method: POST
path: "/v1/tasks/{taskId}/automations/{automationId}/google-docs"
tags: ["Task Automations"]
---

# Create a Google Doc and write evidence content into it

`POST /v1/tasks/{taskId}/automations/{automationId}/google-docs`

Create a Google Doc and write evidence content into it in Betayum. Create, version, run, and inspect automated evidence collection workflows attached to compliance tasks.

## Path parameters

- `taskId` string, required
- `automationId` string, required

## Request body

- CreateGoogleDocDto
  - `title` string, required — Title for the Google Doc
  - `content` string, required — Initial content to write into the document

## Response `201`

---

[API](https://skmtc.net/om-network/apis/betayum-api.md) · [All operations](https://skmtc.net/om-network/apis/betayum-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/om-network/betayum-api/revisions/95679a9aa625/schema)
