---
title: "Add an object URL"
method: POST
path: "/v1/objects/{object-id}/urls"
tags: ["Objects"]
---

# Add an object URL

`POST /v1/objects/{object-id}/urls`

Add a new URL to the object. The server assigns the URL ID. The created
resource is returned and its location is provided in the `Location` header.

## Path parameters

- `object-id` integer, required

## Request body

- object
  - `url` string, required — The URL (1-2000 characters).
  - `description` string, nullable — Optional human-readable description (max 2000 characters).

## Response `201`

URL created.

- ObjectUrl
  - `id` integer — URL ID (assigned by the server)
  - `url` string — The URL
  - `description` string — Human-readable description

## Other responses

- `400` — Missing or invalid url/description.
- `401` — Unauthorized
- `403` — User does not have modify access to the object
- `404` — Object with given ID does not exist

## Changes

> 71 revisions in range; 7 could not be searched.

- **2026-05-30** `eb2db2e17897` — 1 info
  - endpoint added
- **2026-05-08** `c6aaf3632e48` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/netxms/apis/netxms-api/changes/v1/objects/:object-id/urls/post.md)

---

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