POST
/
api
/
v1
/
links
curl --request POST \
  --url https://{defaultHost}/api/v1/links \
  --header 'Content-Type: application/json' \
  --header 'X-Authorization: <api-key>' \
  --data '{
  "target_url": "<string>",
  "title": "<string>",
  "description": "<string>",
  "latitude": 123,
  "longitude": 123,
  "image_url": "<string>",
  "image_data": "<string>",
  "tags": [
    "<string>"
  ],
  "collection_ids": [
    123
  ],
  "repository_ids": [
    123
  ],
  "page_content": "<string>"
}'

Authorizations

X-Authorization
string
header
required

Body

application/json

Response

201

created