first commit
This commit is contained in:
15
Video2AI/All Renders.bru
Normal file
15
Video2AI/All Renders.bru
Normal file
@@ -0,0 +1,15 @@
|
||||
meta {
|
||||
name: All Renders
|
||||
type: http
|
||||
seq: 8
|
||||
}
|
||||
|
||||
get {
|
||||
url: https://video2ai.test/api/render/all
|
||||
body: json
|
||||
auth: bearer
|
||||
}
|
||||
|
||||
auth:bearer {
|
||||
token: {{AUTH_TOKEN}}
|
||||
}
|
||||
15
Video2AI/Check Render Status.bru
Normal file
15
Video2AI/Check Render Status.bru
Normal file
@@ -0,0 +1,15 @@
|
||||
meta {
|
||||
name: Check Render Status
|
||||
type: http
|
||||
seq: 3
|
||||
}
|
||||
|
||||
get {
|
||||
url: https://video2ai.test/api/render/0e6b6e60-b488-4ed2-aa14-c6b2a5b67f42
|
||||
body: none
|
||||
auth: bearer
|
||||
}
|
||||
|
||||
auth:bearer {
|
||||
token: {{AUTH_TOKEN}}
|
||||
}
|
||||
20
Video2AI/Login.bru
Normal file
20
Video2AI/Login.bru
Normal file
@@ -0,0 +1,20 @@
|
||||
meta {
|
||||
name: Login
|
||||
type: http
|
||||
seq: 5
|
||||
}
|
||||
|
||||
post {
|
||||
url: https://video2ai.test/api/user/login
|
||||
body: json
|
||||
auth: none
|
||||
}
|
||||
|
||||
headers {
|
||||
Content-Type: application/json
|
||||
Accept: application/json
|
||||
}
|
||||
|
||||
body:json {
|
||||
{ "email": "test@example.com", "password": "password123" }
|
||||
}
|
||||
20
Video2AI/Logout.bru
Normal file
20
Video2AI/Logout.bru
Normal file
@@ -0,0 +1,20 @@
|
||||
meta {
|
||||
name: Logout
|
||||
type: http
|
||||
seq: 6
|
||||
}
|
||||
|
||||
post {
|
||||
url: https://video2ai.test/api/user/logout
|
||||
body: none
|
||||
auth: bearer
|
||||
}
|
||||
|
||||
headers {
|
||||
Content-Type: application/json
|
||||
Accept: application/json
|
||||
}
|
||||
|
||||
auth:bearer {
|
||||
token: 2|DSl9SRQI5za0QjqLkZBKhejSsfBEr3yECNcWk5mz1e10adc7
|
||||
}
|
||||
20
Video2AI/Register.bru
Normal file
20
Video2AI/Register.bru
Normal file
@@ -0,0 +1,20 @@
|
||||
meta {
|
||||
name: Register
|
||||
type: http
|
||||
seq: 4
|
||||
}
|
||||
|
||||
post {
|
||||
url: https://video2ai.test/api/user/register
|
||||
body: json
|
||||
auth: none
|
||||
}
|
||||
|
||||
headers {
|
||||
Content-Type: application/json
|
||||
Accept: application/json
|
||||
}
|
||||
|
||||
body:json {
|
||||
{ "email": "test@example.com", "password": "password123", "password_confirmation": "password123" }
|
||||
}
|
||||
233
Video2AI/Start Render.bru
Normal file
233
Video2AI/Start Render.bru
Normal file
@@ -0,0 +1,233 @@
|
||||
meta {
|
||||
name: Start Render
|
||||
type: http
|
||||
seq: 2
|
||||
}
|
||||
|
||||
post {
|
||||
url: https://video2ai.test/api/render
|
||||
body: json
|
||||
auth: bearer
|
||||
}
|
||||
|
||||
auth:bearer {
|
||||
token: {{AUTH_TOKEN}}
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"external_id": "12345-12334293523",
|
||||
"content_type":"moving_images",
|
||||
"width": 720,
|
||||
"height": 1280,
|
||||
"aspect_ratio": "9:16",
|
||||
"fps": 30,
|
||||
"video_bitrate":"3M",
|
||||
"audio_bitrate": "128K",
|
||||
"captions": [
|
||||
{
|
||||
"time":0,
|
||||
"duration": 5,
|
||||
"text": "Hello welcome chicken rice",
|
||||
"parameters": {
|
||||
"font": "Lilita One",
|
||||
"font_size": 15,
|
||||
"animate_rotate_words": true,
|
||||
"scale_rotate_words":true,
|
||||
"v_position_percentage": 20,
|
||||
"h_position_percentage": 50
|
||||
},
|
||||
"words": [
|
||||
{
|
||||
"start": 0,
|
||||
"end": 1.0,
|
||||
"text":"Hello"
|
||||
},
|
||||
{
|
||||
"start": 1.0,
|
||||
"end": 2.0,
|
||||
"text":"welcome"
|
||||
},
|
||||
{
|
||||
"start": 2.0,
|
||||
"end": 3.0,
|
||||
"text":"chicken"
|
||||
},
|
||||
{
|
||||
"start": 3.0,
|
||||
"end": 5.0,
|
||||
"text":"rice"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"time":5,
|
||||
"duration": 7,
|
||||
"text": "Follow us now",
|
||||
"v_position_percentage": 20,
|
||||
"h_position_percentage": 50,
|
||||
"parameters": {
|
||||
"font": "Lilita One",
|
||||
"font_size": 15,
|
||||
"animate_rotate_words": true,
|
||||
"scale_rotate_words":true
|
||||
},
|
||||
"words": [
|
||||
{
|
||||
"start": 0,
|
||||
"end": 1.0,
|
||||
"text":"Follow"
|
||||
},
|
||||
{
|
||||
"start": 1.0,
|
||||
"end": 1.4,
|
||||
"text":"us"
|
||||
},
|
||||
{
|
||||
"start": 1.4,
|
||||
"end": 2.0,
|
||||
"text":"now"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"elements": [
|
||||
{
|
||||
"url":"https://cdn.autopilotshorts.com/system-ov/sov_1741963443481-aps-watermark-25fps.mov",
|
||||
"type":"video",
|
||||
"external_reference":"watermark_overlay",
|
||||
"time":0.0,
|
||||
"track":7,
|
||||
"duration": 5,
|
||||
"parameters": {
|
||||
"loop": true,
|
||||
"background_size":"fit|maintain_aspect_ratio"
|
||||
}
|
||||
},
|
||||
{
|
||||
"url":"https://cdn.autopilotshorts.com/generated-i/gi_1745421422078-cover-14763-1745421422045.png",
|
||||
"type":"image",
|
||||
"external_reference":"cover_photo",
|
||||
"time":0.0,
|
||||
"track":6,
|
||||
"duration": 0.04,
|
||||
"parameters": {
|
||||
"loop": true,
|
||||
"background_size":"fit|maintain_aspect_ratio"
|
||||
}
|
||||
},
|
||||
{
|
||||
"url":"https://cdn.autopilotshorts.com/generated-i/gi_1745421417131-bg-55951.png",
|
||||
"type":"image",
|
||||
"external_reference":"slideshow",
|
||||
"time":1.0,
|
||||
"track":5,
|
||||
"duration": 1.0,
|
||||
"parameters": {
|
||||
"animate":"random",
|
||||
"particle_overlay": true,
|
||||
"background_size":"fit|maintain_aspect_ratio"
|
||||
}
|
||||
|
||||
},
|
||||
{
|
||||
"url":"https://cdn.autopilotshorts.com/generated-i/gi_1745421417296-bg-55952.png",
|
||||
"type":"image",
|
||||
"external_reference":"slideshow",
|
||||
"time":2.0,
|
||||
"track":5,
|
||||
"duration": 1.0,
|
||||
"parameters": {
|
||||
"animate":"random",
|
||||
"background_size":"fit|maintain_aspect_ratio"
|
||||
}
|
||||
},
|
||||
{
|
||||
"url":"https://cdn.autopilotshorts.com/generated-i/gi_1745421419185-bg-55953.png",
|
||||
"type":"image",
|
||||
"external_reference":"slideshow",
|
||||
"time":3.0,
|
||||
"track":5,
|
||||
"duration": 1.0,
|
||||
"parameters": {
|
||||
"animate":"random",
|
||||
"particle_overlay": true,
|
||||
"background_size":"fit|maintain_aspect_ratio"
|
||||
}
|
||||
},
|
||||
{
|
||||
"url":"https://cdn.autopilotshorts.com/generated-i/gi_1745421418777-bg-55954.png",
|
||||
"type":"image",
|
||||
"external_reference":"slideshow",
|
||||
"time":4.0,
|
||||
"track":5,
|
||||
"duration": 1.0,
|
||||
"parameters": {
|
||||
"animate":"random",
|
||||
"particle_overlay": true,
|
||||
"background_size":"fit|maintain_aspect_ratio"
|
||||
}
|
||||
},
|
||||
{
|
||||
"url":"https://cdn.autopilotshorts.com/generated-i/gi_1745421417131-bg-55951.png",
|
||||
"type":"image",
|
||||
"external_reference":"slideshow",
|
||||
"time":5.0,
|
||||
"track":5,
|
||||
"duration": 2,
|
||||
"parameters": {
|
||||
"animate":"random",
|
||||
"background_size":"fit|maintain_aspect_ratio"
|
||||
}
|
||||
},
|
||||
{
|
||||
"url":"https://cdn.autopilotshorts.com/generated-i/gi_1745421417131-bg-55951.png",
|
||||
"type":"image",
|
||||
"external_reference":"slideshow",
|
||||
"time":5.0,
|
||||
"track":6,
|
||||
"duration": 2,
|
||||
"parameters": {
|
||||
"animate":"random",
|
||||
"v_position_percentage": 70,
|
||||
"h_position_percentage": 50,
|
||||
"scale": 0.4
|
||||
}
|
||||
},
|
||||
{
|
||||
"url":"https://cdn.autopilotshorts.com/generated-tts/gtts_1745421385079-script-14763-1745421378856.mp3",
|
||||
"type": "audio",
|
||||
"external_reference":"script_audio",
|
||||
"time":0,
|
||||
"track": 4,
|
||||
"duration": 5.0,
|
||||
"parameters": {
|
||||
"volume": 0.9
|
||||
}
|
||||
},
|
||||
{
|
||||
"url":"https://cdn.autopilotshorts.com/generated-tts/gtts_1745422892152-post-script-14763-1745422889747.mp3",
|
||||
"type": "audio",
|
||||
"external_reference":"post_script_audio",
|
||||
"time":5,
|
||||
"track": 4,
|
||||
"duration": 2.0,
|
||||
"parameters": {
|
||||
"volume": 0.9
|
||||
}
|
||||
|
||||
},
|
||||
{
|
||||
"url":"https://cdn.autopilotshorts.com/system-bgm/sbgm_1723719114058-bgm-advertime.mp3",
|
||||
"type": "audio",
|
||||
"external_reference":"background_music",
|
||||
"time":0,
|
||||
"track": 3,
|
||||
"duration": 7.0,
|
||||
"parameters": {
|
||||
"volume": 0.4
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
24
Video2AI/User.bru
Normal file
24
Video2AI/User.bru
Normal file
@@ -0,0 +1,24 @@
|
||||
meta {
|
||||
name: User
|
||||
type: http
|
||||
seq: 7
|
||||
}
|
||||
|
||||
get {
|
||||
url: https://video2ai.test/api/user
|
||||
body: json
|
||||
auth: bearer
|
||||
}
|
||||
|
||||
headers {
|
||||
Content-Type: application/json
|
||||
Accept: application/json
|
||||
}
|
||||
|
||||
auth:bearer {
|
||||
token: {{AUTH_TOKEN}}
|
||||
}
|
||||
|
||||
body:json {
|
||||
{ "email": "test@example.com", "password": "password123" }
|
||||
}
|
||||
9
Video2AI/bruno.json
Normal file
9
Video2AI/bruno.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"version": "1",
|
||||
"name": "Video2AI",
|
||||
"type": "collection",
|
||||
"ignore": [
|
||||
"node_modules",
|
||||
".git"
|
||||
]
|
||||
}
|
||||
3
Video2AI/environments/DEV.bru
Normal file
3
Video2AI/environments/DEV.bru
Normal file
@@ -0,0 +1,3 @@
|
||||
vars {
|
||||
AUTH_TOKEN: 2|4r7GpplTJeIFllLsr4fPD0oW4IX11gvbPTQg7E7Jd47df523
|
||||
}
|
||||
Reference in New Issue
Block a user