Skip to content
OpenPostDocs
OpenPostDocs
Video Projects

Create a Cloud Video Project

POST/video-projects

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X POST "https://example.com/video-projects" \  -H "Content-Type: application/json" \  -d '{    "document": {      "property1": null,      "property2": null    },    "name": "string",    "workspace_id": "string"  }'
{  "$schema": "https://example.com/api/v1/schemas/VideoProjectResponse.json",  "attention_reason": "string",  "created_at": "string",  "created_by_user_id": "string",  "document": {    "property1": null,    "property2": null  },  "head_revision": 0,  "id": "string",  "name": "string",  "preview_object_key": "string",  "retention_expires_at": "string",  "sync_status": "pending",  "trashed_at": "string",  "updated_at": "string",  "updated_by_user_id": "string",  "workspace_id": "string"}