POST
/
v1
/
request
/
{requestId}
/
assets
/
{assetId}
cURL
curl --request POST \
  --url https://api.helicone.ai/v1/request/{requestId}/assets/{assetId} \
  --header 'Authorization: <api-key>'
{
  "data": {
    "assetUrl": "<string>"
  }
}
For users in the European Union: Please use eu.api.helicone.ai instead of api.helicone.ai.
If you don’t know what this is, you probably don’t need this.

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer YOUR_API_KEY'

Path Parameters

requestId
string
required
assetId
string
required

Response

200 - application/json

Ok

The response is of type object.