Product
Jentic OSThe workplace. An in-house AI platform for every employeeJentic OneSafe access. Agents reach your systems without holding keysJentic AIRThe foundation. Gets your existing platforms ready for AI
Pricing
Developers

GET STARTED

API DirectoryBrowse 10,000+ APIs Ready For AI Agent IntegrationDocumentationGuides and API reference

TOOLS

API ScoringCheck your AI Readiness using our scorecardArazzo UIVisualize Arazzo Workflows As Interactive DocumentationArazzo EditorBuild And Edit Multi-Step API Workflows Visually

COMMUNITY

GitHubOpen source projects and examplesOpen StandardsBuilt on open specs. Never locked in.
Resources
Company
About UsOur mission and teamCareersJoin our teamContactGet in touch
Try it now
Jentic OSJentic OneJentic AIR
Pricing
API DirectoryDocumentationAPI ScoringArazzo UIArazzo EditorGitHubOpen Standards
Resources
About UsCareersContact
Try it now
JenticJentic
Products
  • Jentic OS
  • Jentic One
  • Jentic AIR
For Developers
  • API Directory
  • Documentation
  • GitHub
Company
  • About Jentic
  • Careers
  • Contact Us
  • Trust Centre
ISO/IEC 27001:2022 certification badge issued by Prescient SecurityISO/IEC 27001:2022 certification badge issued by Prescient Security

Information Security Management System

Certified to ISO/IEC 27001:2022 by Prescient Security

AICPA SOC for Service Organizations logoAICPA SOC for Service Organizations logo

SOC 2® Type 1 report

Audited by Prescient Assurance

Terms & Conditions•Privacy Policy•
© 2026 Jentic Technology Ltd. All rights reserved.
2 Grattan Court East, Dublin, D02 VX86, Ireland
Switch to light modeSwitch to dark mode
APIs / Productivity / Google / Google Forms API
Google Forms API logo

Google Forms API

Browse all Google APIs
43
AI ReadinessFoundational (D-)43/100
See full scorecard
Official vendor OpenAPI document · agent-readyProductivityForms Surveysoauth210 EndpointsREST

For Agents

Create Google Forms, modify their structure with batch updates, read submitted responses, and subscribe to response notifications. Suited for agents that automate intake, surveys, or feedback collection.

Use for: Create a new Google Form with a set of questions, Add a multiple-choice question to an existing form, Retrieve all responses for a feedback form, Get a single form response by id

Not supported: Does not handle response editing, payment collection, or signature workflows - use Forms for survey and intake creation only.

The Google Forms API lets developers create, retrieve, and modify Google Forms and read their responses programmatically. It supports batch updates that change form structure, items, and settings in a single transaction, plus a watch system that notifies an external endpoint when responses arrive. This API turns Forms into a building block for survey workflows, intake systems, and data collection automations.

Jentic One on GithubView OpenAPI Document

Install Jentic One Beta

Connect the Google Forms API to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Google Forms API, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.

Two steps, two machines. Install the instance in a safe environment, then register your agent from wherever it runs.

1

Step 1: Jentic One Host machine

# On the machine that will host your Jentic One instance:
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fgoogleapis.com%2Fforms" | sh
2

Step 2: Agent machine

# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fgoogleapis.com%2Fforms" | sh
jentic register       # connects your agent to your Jentic One instance

Jentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.

Capabilities

What an agent can do with Google Forms API.

Create a new Google Form with a title and items

Mutate form structure and items atomically with forms:batchUpdate

Retrieve a form's full definition and metadata

List all responses to a form with pagination

Get a single response by id for processing

Subscribe to response and schema-change events with watches

Renew an existing watch before it expires

Use Cases

Patterns agents use Google Forms API for, with concrete tasks.

★ Programmatic Form Creation for Intake Workflows

Operations and HR teams often need to spin up a structured intake form per project, candidate, or vendor. The Forms API supports creating a form and then using batchUpdate to add sections, questions, and validation in a single atomic call. This lets a backend service generate consistent, branded forms on demand instead of asking staff to copy templates by hand.

Call POST /v1/forms with the title 'Vendor Onboarding', then POST /v1/forms/{formId}:batchUpdate with createItem requests for vendor name, contact email, and tax id questions.

Real-Time Response Processing

Survey processing pipelines need to react to each new submission. The watches resource lets an application register a Cloud Pub/Sub topic to receive a push notification when responses arrive or the form schema changes. Combined with responses.get on the response id, this enables real-time enrichment, ticket creation, or downstream notification.

Call POST /v1/forms/{formId}/watches with eventType RESPONSES and a Pub/Sub topic, then on each notification call GET /v1/forms/{formId}/responses/{responseId}.

Bulk Response Export for Analysis

Research and analytics teams want to export all responses from a form into a data warehouse. The list responses endpoint paginates through every submission and returns answers keyed by question id, which can be joined with the form definition from forms.get to produce a flat table for analysis.

Call GET /v1/forms/{formId}/responses, paginate with pageToken, and write each response to a data warehouse keyed by responseId.

Agent-Built Surveys

An AI assistant can generate a survey for a user's described intent, then provision the matching Google Form via Jentic. The agent searches for the create form and batch update operations, loads their schemas, and executes them so the user receives a shareable form URL within seconds. The agent never sees the user's underlying OAuth credentials.

Use Jentic to search 'create a google form', load the create and batchUpdate schemas, and execute them to provision a survey from an agent-generated question list.

Key Endpoints

10 endpoints — the google forms api lets developers create, retrieve, and modify google forms and read their responses programmatically.

METHOD

PATH

DESCRIPTION

POST

/v1/forms

Create a new Google Form

GET

/v1/forms/{formId}

Get a form's definition

POST

/v1/forms/{formId}:batchUpdate

Apply a batch of structural updates

GET

/v1/forms/{formId}/responses

List responses for a form

POST

/v1/forms/{formId}/watches

Subscribe to response notifications

POST

/v1/forms/{formId}:setPublishSettings

Update publish settings for a form

POST

/v1/forms

Create a new Google Form

GET

/v1/forms/{formId}

Get a form's definition

POST

/v1/forms/{formId}:batchUpdate

Apply a batch of structural updates

GET

/v1/forms/{formId}/responses

List responses for a form

POST

/v1/forms/{formId}/watches

Subscribe to response notifications

POST

/v1/forms/{formId}:setPublishSettings

Update publish settings for a form

Jentic AI Readiness Score

This API is usable in Jentic One now. Its AI-readiness score against Jentic's framework shows where it stands today and where improvements would make it even easier for agents to use.

G

Google Forms API

- Foundational (D-)
43/100
62
Foundational Compliance
56
Developer Experience & Jentic Compatibility
21
AI-Readiness & Agent Experience
94
Agent Usability
63
Security
56
AI Discoverability
Powered by JenticScoring Framework 1.0.0 | Scoring Engine 0.4.0
Show dimension breakdown
62

Foundational Compliance

Base layer of spec validity and structural soundness.

Grade: B-Signals: 4
74%

Lint Results

Aggregated quality score from linter diagnostics, weighted by severity.

100%

Resolution Completeness

Percentage of `$ref` references that resolve successfully.

0%

Specification Validity

Checks whether the API description parses successfully and conforms to its declared specification (e.g., OpenAPI).

75%

Structural Integrity

Structural correctness score based on schema issues using logarithmic dampening.

56

Developer Experience & Jentic Compatibility

Clarity, completeness, and ingestion readiness for developers and tooling.

Grade: CSignals: 4
0%

Example Density

How richly the API is illustrated with examples.

100%

Example Validity

Percentage of examples that conform to their schemas.

25%

Response Coverage

Percentage of operations with complete response definitions (success, client error, server error).

100%

Tooling Readiness

Health of API ingestion, bundling, and resolution within Jentic pipelines.

21

AI-Readiness & Agent Experience

Semantic breadth, depth, and agent comprehension for AI systems.

Grade: FSignals: 4
82%

Description Coverage

Coverage of descriptions across API elements.

0%

Error Standardization

Coverage of RFC 9457 Problem Details for error responses.

0%

OperationId Quality

Coverage, uniqueness, and casing consistency of operationIds for AI inference.

0%

Summary Coverage

Coverage of summaries across operations/tags/info.

94

Agent Usability

Functional utility, complexity comfort, and AI orchestration readiness.

Grade: A+Signals: 1
94%

Complexity Comfort

Agent comfort level based on API operational and structural complexity.

63

Security

Trust, risk posture, and security compliance.

Grade: B-Signals: 1
62%

Authentication Strength

Average quality of security schemes based on authentication method strength (weakest link for OAuth2).

56

AI Discoverability

Findability, semantic richness, and reasoning readiness.

Grade: CSignals: 1
56%

Descriptive Richness

Clarity and depth of descriptions across API elements.

View full reportHow the score is calculatedMore about the dimensions

Score it yourself

Every API in the directory is allowlisted, so you can re-score it with no key required.

Score your own APIScoring CLI agent skill
npx @jentic/api-scorecard-cli score <openapi-url>

Why Jentic?

What agents get from Jentic-routed access to this vendor.

Setup

Wiring the Google Forms API by hand means setting up Google OAuth 2.0 with the right forms scopes, refreshing short-lived tokens, and building the batchUpdate request structure from Google's spec. Through Jentic you install once, import the Google Forms API from the API Directory, store the OAuth credential once, and your agent calls it.

Permission scoping

The Forms API puts the form resource in the URL path (/v1/forms/{formId}, /v1/forms/{formId}:batchUpdate), so a rule can pin your agent to one form: it can read that form and its responses and nothing else. You choose the operations it may call, so structural edits via batchUpdate are not included unless you add them.

Credential isolation

Your Google OAuth credential is stored once, encrypted, by your own Jentic One instance and injected at execution time. It never enters the agent's prompt, logs, or context.

Intent-based discovery

Agents search Jentic by intent such as 'create a Google Form' or 'list form responses', and Jentic returns the matching operation with its input schema so the agent calls the right endpoint without browsing the reference docs.

Related APIs

Alternatives and complements available in the Jentic catalogue.

Complementary

Google Sheets API

→

Spreadsheet API often used as a destination for Forms responses.

Use Sheets when responses must be analysed, charted, or reformatted; Forms API for the form definition itself.

Complementary

Google Drive API

→

Manages the Drive container that holds the form file.

Use Drive to share, move, or set permissions on the form file; Forms API for content edits.

Complementary

Google Calendar API

→

Schedule events triggered from form responses, such as interview slots.

Pair with Forms when a submission should generate a calendar event.

FAQs

Specific to using Google Forms API through Jentic.

What authentication does the Google Forms API use?

It uses Google OAuth 2.0 with forms.body and forms.responses.readonly scopes. Through Jentic, refresh tokens are stored encrypted in the vault and agents only see scoped, short-lived bearer tokens.

Can I add multiple-choice questions to a form with this API?

Yes. Use POST /v1/forms/{formId}:batchUpdate with a createItem request whose questionItem.question.choiceQuestion.type is RADIO or CHECKBOX and supply the option list.

What are the rate limits for the Google Forms API?

Google enforces standard per-user and per-project quotas, typically around 60 read requests per minute per user with similar write limits. Quota errors return HTTP 429 and should be retried with backoff.

How do I get notified when a new response arrives through Jentic?

Search Jentic for 'subscribe to google forms responses', load the schema for POST /v1/forms/{formId}/watches, and execute it with eventType RESPONSES and your Cloud Pub/Sub topic to receive push notifications on each submission.

Is the Google Forms API free?

Yes, the Forms API itself has no cost. Standard Google OAuth verification rules apply for apps requesting restricted scopes.

Can I edit responses through this API?

No. Responses are read-only via the API. You can list and get responses, but updating answers must be done by the respondent through the form itself.

Can I limit what my agent is allowed to do with the Google Forms API?

Yes. Because you run Jentic One yourself, your own rules decide which Google Forms operations and which OAuth credential the agent may use. The form ID sits in the URL path (/v1/forms/{formId}, /v1/forms/{formId}/responses), so you can pin the agent to a single form and let it only read that form and its responses. Since you pick the allowed operations, structural edits through /v1/forms/{formId}:batchUpdate stay off unless you explicitly grant them.

GET STARTED

Start building with Google Forms API

Explore with Jentic One
View OpenAPI Document