---
title: "Trigger Google Drive Index"
method: POST
path: "/google-drive/installations/{installation_id}/index"
tags: ["Usage"]
---

# Trigger Google Drive Index

`POST /google-drive/installations/{installation_id}/index`

## Path parameters

- `installation_id` string, required

## Request body

- RoutesV2GoogleDriveGoogleDriveIndexRequest
  - `file_ids` string[] — Drive file IDs to index
  - `folder_ids` string[] — Drive folder IDs to index
  - `display_name` string, nullable — Optional custom display name for the indexed Drive source

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/trynia/apis/nia-ai-api.md) · [All operations](https://skmtc.net/trynia/apis/nia-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trynia/nia-ai-api/versions/d216ffc3efb6/schema)
