---
title: "Add Url Attachment"
method: POST
path: "/v1/templates/{template_id}/attachments/url"
tags: ["templates"]
---

# Add Url Attachment

`POST /v1/templates/{template_id}/attachments/url`

Add a URL as a reference attachment.

## Path parameters

- `template_id` string, required

## Request body

- object

## Response `200`

Successful Response

- AttachmentOut
  - `id` string, uuid, required
  - `filename` string, required
  - `file_type` string, required
  - `file_url` string, required
  - `summary` string, nullable
  - `status` string, required
  - `created_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/roxels/apis/interviewer.md) · [All operations](https://skmtc.dev/roxels/apis/interviewer/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/roxels/interviewer/revisions/4ef48ed226e1/schema)
