---
title: "Sync files"
method: POST
path: "/datasets/{owner}/{id}/sync"
tags: ["files"]
---

# Sync files

`POST /datasets/{owner}/{id}/sync`

Sync files within a dataset or project. This method will process the latest data available for files added
from URLs or via streams. The id parameter can either be a dataset id or project id.

## Path parameters

- `owner` string, required
- `id` string, required

## Response `200`

default response

- SuccessMessage
  - `message` string

---

[API](https://skmtc.dev/data/apis/data-world-public-api.md) · [All operations](https://skmtc.dev/data/apis/data-world-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/data/data-world-public-api/revisions/0a0cb1f94dad/schema)
