/libraries
curl --location --request POST 'https://api.vidinfra.com/libraries' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Library rakajui 1",
"type": "both",
"region": "Africa",
"description": "Library Description",
"allow_direct_play": false,
"enable_video_drm": false,
"enable_live_drm": false,
"custom_storage": {
"name": "MyCustomStorage",
"key": "storageKey123",
"secret": "storageSecret123",
"region": "us-east-1",
"bucket": "mybucket",
"endpoint": "localhost:9001",
"driver": "s3",
"disable_ssl": true,
"s3_force_path_style": true,
"default": true
}
}'
{"message":"Resource Created successfully .","result":{"created_at":"2024-03-31T05:53:19.842711816Z","updated_at":"2024-03-31T05:53:19.842711867Z","name":"Project Name 4","status":"pending","description":"Project Description","logo_url":"http://example.com/logo.png","deleted_at":null,"created_by":"d7a3a698-4d1e-468e-906d-36f3a53e5955","updated_by":"d7a3a698-4d1e-468e-906d-36f3a53e5955","id":"2cd5f944-55f9-4f09-af87-42549f62273c","user_id":"d7a3a698-4d1e-468e-906d-36f3a53e5955","type":"both","region":"Africa","allow_direct_play":false,"enable_video_drm":false,"enable_live_drm":false},"success":true}