create ads
Developing
POST
/projects/{projId}/advertisements
Create a Advertisements for a project
POST
/projects/<project_id>/advertisements
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.vidinfra.com/v1/projects/f32a0116-fe11-454c-8e6a-5ff4101882e5/advertisements' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Advertisement 1",
"folder_id": "e6095ec4-ee31-4b18-aa6c-fc4ee5d59321",
"tag_url": "http://example.com/tag",
"active": true,
"default": false
}'
Response Response Example
200 - OK - Example 1
{}
Request
Path Params
projId
stringÂ
required
Example:
f32a0116-fe11-454c-8e6a-5ff4101882e5
Body Params application/json
Responses
Modified at 2025-06-19 04:59:01