Skip to main content
GET
/
projects
/
{project_id}
/
content
/
assets
/
{asset_id}
Assets
curl --request GET \
  --url https://api.beyondwords.io/v1/projects/{project_id}/content/assets/{asset_id} \
  --header 'X-Api-Key: <api-key>'
{
  "type": "image",
  "source": "gettyimages",
  "preview_url": "https://example.com/preview.jpg"
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

project_id
string
required

The numeric ID of your project

asset_id
string
required

The numeric ID of asset ID

Query Parameters

type
enum<string>
Available options:
image,
video
source
enum<string>
Available options:
gettyimages

Response

200 - application/json

successful

type
enum<string>
Available options:
image,
video
source
enum<string>
Available options:
gettyimages
preview_url
string