Skip to main content
POST
/
v1
/
media
/
upload
/
url
Import media from URL
curl --request POST \
  --url https://api.usenaive.ai/v1/media/upload/url \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "url": "<string>",
  "title": "<string>",
  "description": "<string>",
  "tags": [
    "<string>"
  ]
}
'
{}

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Body

application/json
url
string
required
title
string
description
string
tags
string[]

Response

Imported.

The response is of type object.