v1
latestOpenAPI 3.1.02026-07-2616636641.7 KBCreate Asset
Create a new Asset to get a direct Upload URL.
post/v1/advertiser/{advertiser_id}/asset
Path parameters
advertiser_idinteger required
The ID of the Kevel Advertiser that the Asset belongs to
Request body
Response
200
Example response
{
"Id": 12345,
"AdvertiserId": 56789,
"Name": "The Asset name",
"Status": "pending",
"Type": "video",
"UploadURL": "The direct upload URL"
}