Upload Video
Developing
POST
/video/upload-video
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.pixiefixapp.com/api/v1/video/upload-video' \
--form 'user_prompt="i want to cut this tree"' \
--form 'imageorvideo=@"C:\\Users\\DCLIENT\\Downloads\\image.jpg"' \
--form 'imageorvideo=@"C:\\Users\\DCLIENT\\Downloads\\image.jpg"'
Response Response Example
{
"video": {
"title": "test58",
"url": "https://videosclickandfix.s3.amazonaws.com/images/312f2517-5c72-4f8a-82d9-a1056e766b71_1736318605524-870113165.jpg",
"thumbnail_url": "https://videosclickandfix.s3.amazonaws.com/images/42d2552a-d8bc-44ac-9190-3d48f48eb765_1736252145184-169341856.jpg",
"image_url": "https://videosclickandfix.s3.amazonaws.com/images/312f2517-5c72-4f8a-82d9-a1056e766b71_1736318605524-870113165.jpg",
"zipcode": "814112",
"_id": "677e1e975c4b4d0aec89b74a",
"createdAt": "2025-01-08T06:43:35.973Z",
"updatedAt": "2025-01-08T06:43:35.973Z",
"__v": 0
},
"tasks": {
"video_id": "677e1e975c4b4d0aec89b74a",
"activity": "Tree Removal",
"description": "Complete removal of a large tree located close to residential structures.",
"tasks": [
{
"task": "Tree Cutting and Dismantling",
"service_category": "Tree Service",
"cost": "1812.5",
"_id": "677e1e985c4b4d0aec89b74d"
},
{
"task": "Stump Removal",
"service_category": "Tree Service",
"cost": "437.5",
"_id": "677e1e985c4b4d0aec89b74e"
},
{
"task": "Debris and Waste Disposal",
"service_category": "Tree Service",
"cost": "250",
"_id": "677e1e985c4b4d0aec89b74f"
}
],
"estimated_task_time": "4 hours",
"_id": "677e1e985c4b4d0aec89b74c",
"createdAt": "2025-01-08T06:43:36.031Z",
"updatedAt": "2025-01-08T06:43:36.031Z",
"__v": 0
}
}
Request
Body Params multipart/form-data
user_id
stringÂ
optional
user_unique_id
stringÂ
optional
Example:
b5cdad6c-39bb-423a-9a20-c0496808a576
user_prompt
stringÂ
required
Example:
i want to cut this tree
imageorvideo
fileÂ
required
Example:
["file://C:\\Users\\DCLIENT\\Downloads\\image.jpg","file://C:\\Users\\DCLIENT\\Downloads\\image.jpg"]
address
stringÂ
optional
Example:
abc 152
title
stringÂ
optional
Example:
tree remove from backyard
description
stringÂ
optional
Example:
i want to remove tree from my backyard