---
title: "Export As Url"
method: GET
path: "/api/v1/templates/url"
tags: ["Templates"]
---

# Export As Url

`GET /api/v1/templates/url`

Get a template for a project as a shareable URL.

The URL can then be passed to `https://todoist.com/api/v1/import/project_from_url?t_url=<url>`
to make a shareable template.

## Query parameters

- `project_id` string, required — String ID of the project to export as a template URL.
- `use_relative_dates` boolean — Whether to export due dates as relative dates.

## Response `200`

Successful Response

- FileURLResponse
  - `file_name` string, required — Name of the exported template file.
  - `file_url` string, uri, required — Temporary URL for downloading the exported template.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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