Google Create API

Operations related to Create

Operations 8

POST /gmail/v1/users/{userId}/drafts Google Create Drafts
POST /gmail/v1/users/{userId}/labels Google Create Labels
POST /gmail/v1/users/{userId}/settings/sendAs Google Create Send As
POST /gmail/v1/users/{userId}/settings/cse/keypairs Google Create CSE Keypairs
POST /gmail/v1/users/{userId}/settings/cse/identities Google Create CSE Identites
POST /gmail/v1/users/{userId}/settings/filters Google Create Filters
POST /gmail/v1/users/{userId}/settings/delegates Google Create Delegates
POST /v4/spreadsheets Google Create Sheet

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/google-create-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

google-create-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Google Create API
  version: 1.0.0
  description: 'Operations tagged Create across 2 of this provider''s published API definitions: google-gmail-api-openapi.yml, google-sheets-api-openapi.yml. Each path carries the servers of the definition it was published in.'
servers:
- url: https://gmail.googleapis.com
  description: Google Gmail API Server
- url: https://sheets.googleapis.com
  description: Google Sheets API Server
security:
- oauth2Auth: []
tags:
- name: Create
  description: Operations related to Create
paths:
  /gmail/v1/users/{userId}/drafts:
    post:
      tags:
      - Create
      summary: Google Create Drafts
      description: Creates a new draft with the `DRAFT` label.
      parameters:
      - name: Content-Type
        in: header
        schema:
          type: string
        example: application/json
      - name: Accept
        in: header
        schema:
          type: string
        example: application/json
      - name: userId
        in: path
        schema:
          type: string
        required: true
        description: '(Required) '
        example: incididunt labore i
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/GmailUsersDraftsPostRequest'
      responses:
        '200':
          description: OK
          headers:
            Content-Type:
              schema:
                type: string
                example: application/json
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/GmailUsersDraftsPostResponse'
              examples:
                GmailUsersDraftsPostResponseExample:
                  $ref: '#/components/examples/GmailUsersDraftsPostResponseExample'
      x-api-evangelist-processing:
        ChooseTags: true
      x-microcks-operation:
        delay: 100
        dispatcher: FALLBACK
        dispatcherRules: GmailUsersDraftsPostResponseExample
    servers:
    - url: https://gmail.googleapis.com
      description: Google Gmail API Server
  /gmail/v1/users/{userId}/labels:
    post:
      tags:
      - Create
      summary: Google Create Labels
      description: Creates a new label.
      parameters:
      - name: Content-Type
        in: header
        schema:
          type: string
        example: application/json
      - name: Accept
        in: header
        schema:
          type: string
        example: application/json
      - name: userId
        in: path
        schema:
          type: string
        required: true
        description: '(Required) '
        example: incididunt labore i
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/GmailUsersLabelsPostRequest'
      responses:
        '200':
          description: OK
          headers:
            Content-Type:
              schema:
                type: string
                example: application/json
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/GmailUsersLabelsPostResponse'
              examples:
                GmailUsersLabelsPostResponseExample:
                  $ref: '#/components/examples/GmailUsersLabelsPostResponseExample'
      x-api-evangelist-processing:
        ChooseTags: true
      x-microcks-operation:
        delay: 100
        dispatcher: FALLBACK
        dispatcherRules: GmailUsersLabelsPostResponseExample
    servers:
    - url: https://gmail.googleapis.com
      description: Google Gmail API Server
  /gmail/v1/users/{userId}/settings/sendAs:
    post:
      tags:
      - Create
      summary: Google Create Send As
      description: Creates a custom "from" send-as alias. If an SMTP MSA is specified, Gmail will attempt to connect to the SMTP service to validate the configuration before creating the alias. If ownership verification is required for the alias, a message will be sent to the email address and the resource's verification status will be set to `pending`; otherwise, the resource will be created with verification status set to `accepted`. If a signature is provided, Gmail will sanitize the HTML before saving it with the alias. This method is only available to service account clients that have been delegated domain-wide authority.
      parameters:
      - name: Content-Type
        in: header
        schema:
          type: string
        example: application/json
      - name: Accept
        in: header
        schema:
          type: string
        example: application/json
      - name: userId
        in: path
        schema:
          type: string
        required: true
        description: '(Required) '
        example: incididunt labore i
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/UsersSettingsSendAsPostRequest'
      responses:
        '200':
          description: OK
          headers:
            Content-Type:
              schema:
                type: string
                example: application/json
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/UsersSettingsSendAsPostResponse'
              examples:
                UsersSettingsSendAsPostResponseExample:
                  $ref: '#/components/examples/UsersSettingsSendAsPostResponseExample'
      x-api-evangelist-processing:
        ChooseTags: true
      x-microcks-operation:
        delay: 100
        dispatcher: FALLBACK
        dispatcherRules: UsersSettingsSendAsPostResponseExample
    servers:
    - url: https://gmail.googleapis.com
      description: Google Gmail API Server
  /gmail/v1/users/{userId}/settings/cse/keypairs:
    post:
      tags:
      - Create
      summary: Google Create CSE Keypairs
      description: Creates and uploads a client-side encryption S/MIME public key certificate chain and private key metadata for the authenticated user.
      parameters:
      - name: Content-Type
        in: header
        schema:
          type: string
        example: application/json
      - name: Accept
        in: header
        schema:
          type: string
        example: application/json
      - name: userId
        in: path
        schema:
          type: string
        required: true
        description: '(Required) '
        example: incididunt labore i
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/SettingsCseKeypairsPostRequest3'
      responses:
        '200':
          description: OK
          headers:
            Content-Type:
              schema:
                type: string
                example: application/json
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/SettingsCseKeypairsPostResponse2'
              examples:
                SettingsCseKeypairsPostResponse2Example:
                  $ref: '#/components/examples/SettingsCseKeypairsPostResponse2Example'
      x-api-evangelist-processing:
        ChooseTags: true
      x-microcks-operation:
        delay: 100
        dispatcher: FALLBACK
        dispatcherRules: SettingsCseKeypairsPostResponse2Example
    servers:
    - url: https://gmail.googleapis.com
      description: Google Gmail API Server
  /gmail/v1/users/{userId}/settings/cse/identities:
    post:
      tags:
      - Create
      summary: Google Create CSE Identites
      description: Creates and configures a client-side encryption identity that's authorized to send mail from the user account. Google publishes the S/MIME certificate to a shared domain-wide directory so that people within a Google Workspace organization can encrypt and send mail to the identity.
      parameters:
      - name: Content-Type
        in: header
        schema:
          type: string
        example: application/json
      - name: Accept
        in: header
        schema:
          type: string
        example: application/json
      - name: userId
        in: path
        schema:
          type: string
        required: true
        description: '(Required) '
        example: incididunt labore i
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/SettingsCseIdentitiesPostRequest'
      responses:
        '200':
          description: OK
          headers:
            Content-Type:
              schema:
                type: string
                example: application/json
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/SettingsCseIdentitiesPostResponse'
              examples:
                SettingsCseIdentitiesPostResponseExample:
                  $ref: '#/components/examples/SettingsCseIdentitiesPostResponseExample'
      x-api-evangelist-processing:
        ChooseTags: true
      x-microcks-operation:
        delay: 100
        dispatcher: FALLBACK
        dispatcherRules: SettingsCseIdentitiesPostResponseExample
    servers:
    - url: https://gmail.googleapis.com
      description: Google Gmail API Server
  /gmail/v1/users/{userId}/settings/filters:
    post:
      tags:
      - Create
      summary: Google Create Filters
      description: 'Creates a filter. Note: you can only create a maximum of 1,000 filters.'
      parameters:
      - name: Content-Type
        in: header
        schema:
          type: string
        example: application/json
      - name: Accept
        in: header
        schema:
          type: string
        example: application/json
      - name: userId
        in: path
        schema:
          type: string
        required: true
        description: '(Required) '
        example: incididunt labore i
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/UsersSettingsFiltersPostRequest'
      responses:
        '200':
          description: OK
          headers:
            Content-Type:
              schema:
                type: string
                example: application/json
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/UsersSettingsFiltersPostResponse'
              examples:
                UsersSettingsFiltersPostResponseExample:
                  $ref: '#/components/examples/UsersSettingsFiltersPostResponseExample'
      x-api-evangelist-processing:
        ChooseTags: true
      x-microcks-operation:
        delay: 100
        dispatcher: FALLBACK
        dispatcherRules: UsersSettingsFiltersPostResponseExample
    servers:
    - url: https://gmail.googleapis.com
      description: Google Gmail API Server
  /gmail/v1/users/{userId}/settings/delegates:
    post:
      tags:
      - Create
      summary: Google Create Delegates
      description: Adds a delegate with its verification status set directly to `accepted`, without sending any verification email. The delegate user must be a member of the same Google Workspace organization as the delegator user. Gmail imposes limitations on the number of delegates and delegators each user in a Google Workspace organization can have. These limits depend on your organization, but in general each user can have up to 25 delegates and up to 10 delegators. Note that a delegate user must be referred to by their primary email address, and not an email alias. Also note that when a new delegate is created, there may be up to a one minute delay before the new delegate is available for use. This method is only available to service account clients that have been delegated domain-wide authority.
      parameters:
      - name: Content-Type
        in: header
        schema:
          type: string
        example: application/json
      - name: Accept
        in: header
        schema:
          type: string
        example: application/json
      - name: userId
        in: path
        schema:
          type: string
        required: true
        description: '(Required) '
        example: incididunt labore i
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/UsersSettingsDelegatesPostRequest'
      responses:
        '200':
          description: OK
          headers:
            Content-Type:
              schema:
                type: string
                example: application/json
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/UsersSettingsDelegatesPostResponse'
              examples:
                UsersSettingsDelegatesPostResponseExample:
                  $ref: '#/components/examples/UsersSettingsDelegatesPostResponseExample'
      x-api-evangelist-processing:
        ChooseTags: true
      x-microcks-operation:
        delay: 100
        dispatcher: FALLBACK
        dispatcherRules: UsersSettingsDelegatesPostResponseExample
    servers:
    - url: https://gmail.googleapis.com
      description: Google Gmail API Server
  /v4/spreadsheets:
    post:
      tags:
      - Create
      summary: Google Create Sheet
      description: Creates a spreadsheet, returning the newly created spreadsheet.
      security:
      - oauth2Auth: []
      parameters:
      - name: Content-Type
        in: header
        schema:
          type: string
        example: application/json
      - name: Accept
        in: header
        schema:
          type: string
        example: application/json
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/SpreadsheetsPostRequest'
      responses:
        '200':
          description: OK
          headers:
            Content-Type:
              schema:
                type: string
                example: application/json
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/SpreadsheetsPostResponse'
              examples:
                SpreadsheetsPostResponseExample:
                  $ref: '#/components/examples/SpreadsheetsPostResponseExample'
      x-api-evangelist-processing:
        ChooseTags: true
      x-microcks-operation:
        delay: 100
        dispatcher: FALLBACK
        dispatcherRules: SpreadsheetsPostResponseExample
    servers:
    - url: https://sheets.googleapis.com
      description: Google Sheets API Server
components:
  schemas:
    SettingsCseIdentitiesPostResponse:
      description: SettingsCseIdentitiesPostResponse schema
      type: object
      properties:
        emailAddress:
          type: string
        primaryKeyPairId:
          type: string
        signAndEncryptKeyPairs:
          $ref: '#/components/schemas/SettingsCseIdentitiesPostResponseSignAndEncryptKeyPairs'
    GmailUsersDraftsPostRequest:
      description: GmailUsersDraftsPostRequest schema
      type: object
      example:
        raw: '{{encodedMessage}}'
    GmailUsersDraftsPostResponseMessagePayloadBody:
      description: GmailUsersDraftsPostResponseMessagePayloadBody schema
      type: object
      properties:
        attachmentId:
          type: string
        size:
          type: integer
        data:
          type: string
    GmailUsersLabelsPostResponse:
      description: GmailUsersLabelsPostResponse schema
      type: object
      properties:
        id:
          type: string
        name:
          type: string
        messageListVisibility:
          type: string
        labelListVisibility:
          type: string
        type:
          type: string
        messagesTotal:
          type: integer
        messagesUnread:
          type: integer
        threadsTotal:
          type: integer
        threadsUnread:
          type: integer
        color:
          $ref: '#/components/schemas/GmailUsersLabelsPostResponseColor'
    SettingsCseKeypairsPostRequest3:
      description: SettingsCseKeypairsPostRequest3 schema
      type: object
      example:
        keyPairId: Lorem eiusmod
        pkcs7: ex incididunt
        pem: irure quis
        subjectEmailAddresses:
        - Excepteur Ut commodo aliquip
        - eu Lorem nulla
        enablementState: disabled
        disableTime: cill
        privateKeyMetadata:
        - privateKeyMetadataId: proident fugiat eu dolore
          kaclsKeyMetadata:
            kaclsUri: voluptate ipsum ad
            kaclsData: Duis laborum aute
          hardwareKeyMetadata:
            description: mollit la
        - privateKeyMetadataId: nulla ullamco
          kaclsKeyMetadata:
            kaclsUri: minim in
            kaclsData: sint eiusmod
          hardwareKeyMetadata:
            description: ut
    UsersSettingsFiltersPostResponse:
      description: UsersSettingsFiltersPostResponse schema
      type: object
      properties:
        id:
          type: string
        criteria:
          $ref: '#/components/schemas/UsersSettingsFiltersPostResponseCriteria'
        action:
          $ref: '#/components/schemas/UsersSettingsFiltersPostResponseAction'
    UsersSettingsSendAsPostResponse:
      description: UsersSettingsSendAsPostResponse schema
      type: object
      properties:
        sendAsEmail:
          type: string
        displayName:
          type: string
        replyToAddress:
          type: string
        signature:
          type: string
        isPrimary:
          type: boolean
        isDefault:
          type: boolean
        treatAsAlias:
          type: boolean
        smtpMsa:
          $ref: '#/components/schemas/UsersSettingsSendAsPostResponseSmtpMsa'
        verificationStatus:
          type: string
    UsersSettingsFiltersPostRequest:
      description: UsersSettingsFiltersPostRequest schema
      type: object
      example:
        id: in aute anim
        criteria:
          from: nulla adipisicing veniam et mollit
          to: veniam commodo
          subject: sit exercitation
          query: nulla cupidatat officia commodo laborum
          negatedQuery: exercitation laboris
          hasAttachment: true
          excludeChats: false
          size: -52983385
          sizeComparison: smaller
        action:
          addLabelIds:
          - nostrud laboris sed esse
          - et ad
          removeLabelIds:
          - Lorem consequat l
          - minim Excepteur
          forward: culpa do
    UsersSettingsFiltersPostResponseCriteria:
      description: UsersSettingsFiltersPostResponseCriteria schema
      type: object
      properties:
        from:
          type: string
        to:
          type: string
        subject:
          type: string
        query:
          type: string
        negatedQuery:
          type: string
        hasAttachment:
          type: boolean
        excludeChats:
          type: boolean
        size:
          type: integer
        sizeComparison:
          type: string
    SettingsCseIdentitiesPostRequest:
      description: SettingsCseIdentitiesPostRequest schema
      type: object
      example:
        emailAddress: aliquip quis id
        primaryKeyPairId: in exercitation esse
        signAndEncryptKeyPairs:
          signingKeyPairId: est deserunt
          encryptionKeyPairId: elit nulla esse ut
    GmailUsersDraftsPostResponseMessagePayload:
      description: GmailUsersDraftsPostResponseMessagePayload schema
      type: object
      properties:
        partId:
          type: string
        mimeType:
          type: string
        filename:
          type: string
        headers:
          type: array
          items:
            type: object
            properties:
              name:
                type: string
              value:
                type: string
        body:
          $ref: '#/components/schemas/GmailUsersDraftsPostResponseMessagePayloadBody'
        parts:
          type: array
          items:
            type: object
            properties:
              value:
                type: string
    UsersSettingsDelegatesPostResponse:
      description: UsersSettingsDelegatesPostResponse schema
      type: object
      properties:
        delegateEmail:
          type: string
        verificationStatus:
          type: string
    UsersSettingsSendAsPostRequest:
      description: UsersSettingsSendAsPostRequest schema
      type: object
      example:
        sendAsEmail: ut nulla
        displayName: Excepteur
        replyToAddress: velit id culpa
        signature: officia quis adipisicing
        isPrimary: true
        isDefault: true
        treatAsAlias: false
        smtpMsa:
          host: in elit
          port: -34532702
          username: aliqua laborum aliquip do
          password: tempor dolor velit
          securityMode: securityModeUnspecified
        verificationStatus: pending
    UsersSettingsDelegatesPostRequest:
      description: UsersSettingsDelegatesPostRequest schema
      type: object
      example:
        delegateEmail: Duis commodo enim irure
        verificationStatus: rejected
    UsersSettingsSendAsPostResponseSmtpMsa:
      description: UsersSettingsSendAsPostResponseSmtpMsa schema
      type: object
      properties:
        host:
          type: string
        port:
          type: integer
        username:
          type: string
        password:
          type: string
        securityMode:
          type: string
    UsersSettingsFiltersPostResponseAction:
      description: UsersSettingsFiltersPostResponseAction schema
      type: object
      properties:
        addLabelIds:
          type: array
          items:
            type: string
        removeLabelIds:
          type: array
          items:
            type: string
        forward:
          type: string
    SettingsCseKeypairsPostResponse2:
      description: SettingsCseKeypairsPostResponse2 schema
      type: object
      properties:
        keyPairId:
          type: string
        pkcs7:
          type: string
        pem:
          type: string
        subjectEmailAddresses:
          type: array
          items:
            type: string
        enablementState:
          type: string
        disableTime:
          type: string
        privateKeyMetadata:
          type: array
          items:
            type: object
            properties:
              privateKeyMetadataId:
                type: string
              kaclsKeyMetadata:
                type: object
                properties:
                  kaclsUri:
                    type: string
                  kaclsData:
                    type: string
              hardwareKeyMetadata:
                type: object
                properties:
                  description:
                    type: string
    GmailUsersLabelsPostRequest:
      description: GmailUsersLabelsPostRequest schema
      type: object
      example:
        id: nostrud officia pariatur
        name: esse nulla occaecat
        messageListVisibility: show
        labelListVisibility: labelShow
        type: system
        messagesTotal: -34033607
        messagesUnread: 96181517
        threadsTotal: 7293200
        threadsUnread: 86726755
        color:
          textColor: sunt fugiat ut voluptate
          backgroundColor: commodo est cupidatat in sed
    GmailUsersDraftsPostResponseMessage:
      description: GmailUsersDraftsPostResponseMessage schema
      type: object
      properties:
        id:
          type: string
        threadId:
          type: string
        labelIds:
          type: array
          items:
            type: string
        snippet:
          type: string
        historyId:
          type: string
        internalDate:
          type: string
        payload:
          $ref: '#/components/schemas/GmailUsersDraftsPostResponseMessagePayload'
        sizeEstimate:
          type: integer
        raw:
          type: string
    SettingsCseIdentitiesPostResponseSignAndEncryptKeyPairs:
      description: SettingsCseIdentitiesPostResponseSignAndEncryptKeyPairs schema
      type: object
      properties:
        signingKeyPairId:
          type: string
        encryptionKeyPairId:
          type: string
    GmailUsersLabelsPostResponseColor:
      description: GmailUsersLabelsPostResponseColor schema
      type: object
      properties:
        textColor:
          type: string
        backgroundColor:
          type: string
    GmailUsersDraftsPostResponse:
      description: GmailUsersDraftsPostResponse schema
      type: object
      properties:
        id:
          type: string
        message:
          $ref: '#/components/schemas/GmailUsersDraftsPostResponseMessage'
    SpreadsheetsPostResponsePropertiesDefaultFormatBordersBottomColor:
      description: SpreadsheetsPostResponsePropertiesDefaultFormatBordersBottomColor schema
      type: object
      properties:
        alpha:
          type: number
        blue:
          type: number
        green:
          type: number
        red:
          type: number
    SpreadsheetsPostResponsePropertiesDefaultFormatBordersLeftColor:
      description: SpreadsheetsPostResponsePropertiesDefaultFormatBordersLeftColor schema
      type: object
      properties:
        alpha:
          type: number
        blue:
          type: number
        green:
          type: number
        red:
          type: number
    SpreadsheetsPostResponsePropertiesDefaultFormatPadding:
      description: SpreadsheetsPostResponsePropertiesDefaultFormatPadding schema
      type: object
      properties:
        bottom:
          type: integer
        left:
          type: integer
        right:
          type: integer
        top:
          type: integer
    SpreadsheetsPostRequest:
      description: SpreadsheetsPostRequest schema
      type: object
      example:
        dataSourceSchedules:
        - dailySchedule:
            startTime:
              hours: -43266123
              minutes: -65732454
              nanos: -97450442
              seconds: -41631562
          enabled: false
          monthlySchedule:
            daysOfMonth:
            - 57977061
            startTime:
              hours: 3999156
              minutes: 89598075
              nanos: -62818558
              seconds: -7104959
          nextRun:
            endTime: ut tempor laborum
            startTime: veniam do nisi in
          refreshScope: DATA_SOURCE_REFRESH_SCOPE_UNSPECIFIED
          weeklySchedule:
            daysOfWeek:
            - SUNDAY
            startTime:
              hours: -98244095
              minutes: -4153534
              nanos: -31897594
              seconds: 83370707
        dataSources:
        - calculatedColumns:
          - formula: nisi sunt
            reference:
              name: qui reprehenderit
          dataSourceId: sed dolore incididunt
          sheetId: -56661553
          spec:
            bigQuery:
              projectId: aliqua velit
              querySpec:
                rawQuery: deserunt
              tableSpec:
                datasetId: culpa magna aliquip Duis
                tableId: occaecat deserunt
                tableProjectId: officia Duis ex in labore
            parameters:
            - name: Ut ad ipsum
              namedRangeId: magna
              range:
                endColumnIndex: 31885169
                endRowIndex: -4040036
                sheetId: -19707509
                startColumnIndex: 5926358
                startRowIndex: -24382075
        developerMetadata:
        - location:
            dimensionRange:
              dimension: DIMENSION_UNSPECIFIED
              endIndex: 83564351
              sheetId: 20161961
              startIndex: -12299871
            locationType: SHEET
            sheetId: 19412940
            spreadsheet: true
          metadataId: -26483526
          metadataKey: ad consectetur nulla
          metadataValue: cillum proident qui occaecat
          visibility: DEVELOPER_METADATA_VISIBILITY_UNSPECIFIED
        namedRanges:
        - name: reprehenderit sed est aliquip Ut
          namedRangeId: amet dolore
          range:
            endColumnIndex: -29487355
            endRowIndex: 28833316
            sheetId: 2554752
            startColumnIndex: 75795510
            startRowIndex: -72526094
        properties:
          autoRecalc: ON_CHANGE
          defaultFormat:
            backgroundColor:
              alpha: -22421824.691030562
              blue: 90013088.65213957
              green: 24974090.92647165
              red: 88011821.65105522
            backgroundColorStyle:
              rgbColor:
                alpha: 51433993.220397204
                blue: -34599856.361609936
                green: 23834312.320355803
                red: 97183505.05098599
              themeColor: LINK
            borders:
              bottom:
                color:
                  alpha: -46461682.392919324
                  blue: -39600858.47643326
                  green: -12885677.880025923
                  red: 20395982.76429157
                colorStyle:
                  rgbColor:
                    alpha: -67713553.05349366
                    blue: 3075128.750359297
                    green: 89745091.64237362
                    red: 65057007.37397438
                  themeColor: ACCENT6
                style: DOUBLE
                width: -83132355
              left:
                color:
                  alpha: 7529742.843985558
                  blue: 11523153.264217004
                  green: -83789517.69852239
                  red: -52273453.1840499
                colorStyle:
                  rgbColor:
                    alpha: 23413126.31362365
                    blue: -89783978.4406965
                    green: 7478744.238987163
                    red: 91268984.47651386
                  themeColor: ACCENT4
                style: SOLID_THICK
                width: 9587363
              right:
                color:
                  alpha: -68478561.90889128
                  blue: 86635613.318176
                  green: -4182434.2241241187
                  red: -37761525.154127404
                colorStyle:
                  rgbColor:
                    alpha: 7564148.4709581435
                    blue: 46817587.00993326
                    green: 94604103.88139793
                    red: -39300118.4906812
                  themeColor: ACCENT4
                style: STYLE_UNSPECIFIED
                width: -68379222
              top:
                color:
                  alpha: -35207179.004029274
                  blue: 75124743.01189193
                  green: -79174603.1645633
                  red: 69525380.65581709
                colorStyle:
                  rgbColor:
                    alpha: 13971651.645456567
                    blue: 79134644.33448789
                    green: -8214105.3416944295
                    red: -55694700.72815168
                  themeColor: ACCENT6
                style: DASHED
                width: -47592569
            horizontalAlignment: HORIZONTAL_ALIGN_UNSPECIFIED
            hyperlinkDisplayType: HYPERLINK_DISPLAY_TYPE_UNSPECIFIED
            numberFormat:
              pattern: mollit magna ea
              type: TEXT
            padding:
              bottom: 3638265
              left: -10421780
              right: 70673792
              top: 74778750
            textDirection: TEXT_DIRECTION_UNSPECIFIED
            textFormat:
              bold: false
              fontFamily: reprehenderit cupidatat veniam Lorem do
              fontSize: -28113564
              foregroundColor:
                alpha: 22027996.78423269
                blue: -28716622.048885256
                green: -19625308.709902182
                red: -94408017.34685133
              foregroundColorStyle:
                rgbColor:
                  alpha: 71419372.2264759
                  blue: -82168243.51208629
                  green: -14187866.496848583
                  red: -65181659.34325215
                themeColor: ACCENT6
              italic: true
              link:
                uri: ullamco elit
              strikethrough: true
              underline: false
            textRotation:
              angle: -56348588
              vertical: true
            verticalAlignment: VERTICAL_ALIGN_UNSPECIFIED
            wrapStrategy: WRAP
          iterativeCalculationSettings:
            convergenceThreshold: -28283351.56397684
            maxIterations: -12335234
          locale: exercitation cillum
          spreadsheetTheme:
            primaryFontFamily: ut
            themeColors:
            - color:
                r

# --- truncated at 32 KB (543 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/google/refs/heads/main/openapi/google-create-api-openapi.yml