---
title: "Push a file to a session"
method: POST
path: "/v1/files/{id}/push"
tags: ["files"]
---

# Push a file to a session

`POST /v1/files/{id}/push`

Push a file to one or more sessions, making it available for the sessions to use

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Request body

- object
  - `sessionIds` string[] — A comma-separated list of session IDs to make the file available on.

## Response `200`

Successful response

---

[API](https://skmtc.net/airtop/apis/airtop-api.md) · [All operations](https://skmtc.net/airtop/apis/airtop-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/airtop/airtop-api/revisions/4a02eb5d21ca/schema)
