My Project
  1. video
My Project
  • ping
    • ping
      GET
  • authentication
    • Sign Up
      POST
    • Verify OTP
      POST
    • Sign In
      POST
    • resend-otp
      POST
    • deactivate-account
      PUT
    • delete-account
      DELETE
    • forget-password
      POST
    • update-password
      PUT
    • auth-update-password
      PUT
    • User - Update Address
      POST
    • User - Get All Address
      GET
    • term_and_condition_accepted
      POST
    • User - share-data
      PUT
    • sign-in-with-google-or-apple
      POST
    • admin/sign-in
      POST
  • video
    • Upload Video
      POST
    • ML - Video Upload
      POST
    • ML - Image Upload
      POST
    • ML - Audio Upload
      POST
    • User - Update Video Data
      PUT
    • upload-image-or-video
      POST
    • Upload Video New
      POST
  • Quote
    • Generate Quote
      GET
    • Accept Quote
      PATCH
    • List Quote
      GET
  • user
    • Admin-Get all users
    • Get Single User Detail
    • Edit User Profile
    • upload-document
    • get-user-document
    • Admin-Get user document list
    • Admin-verify-user-document
    • Admin-upload-user-document
    • User- report-incident
    • Admin-Get user incidents list
  • job
    • Create Jobs
    • Get Job List for user
    • Get Individual Job Data for user
    • re-schedulejob
    • delete-job
    • job-feedback
    • Get All jobs lists for users
    • user_confirm_job_completed
    • Get All deleted jobs lists for users
  • service provider
    • auth
      • Sign Up
      • Verify OTP
      • Resend OTP
      • Sign In
      • edit-profile
      • forget-password
      • update-password
      • auth-update-password
      • SP- report-incident
      • SP - share-data
      • sign-in-with-google-or-apple
    • company
      • Register Company
      • upload-documents
      • get-documents
      • get-company
      • Update Company
    • jobs
      • Get Jobs List of Service Provider
      • Selected Job
      • cancel-job
      • update-status
      • Get Individual Job
      • delay-job
      • Reschedule Job
      • Get All Jobs
      • Job-feedback
    • admin
      • Get Service Providers List
      • Admin Accepting service provider
      • Get Individual Service Provider List
      • Admin-delete-serviceprovider
      • edit-serviceprovider
      • edit-default-services
      • get-defaultservices
    • membership
      • create-subscription
      • create-payment-sheet
      • get-membership-list
      • webhook
      • attach-paymentmethod
      • get-current-SP-membership
    • defaultServices
      • get-defaultservices
      • update-services
      • create-services
  • global
    • Admin - Update Rules for quotation
  • admin
    • job
      • reassign-serviceprovider
      • update-status
      • Get all jobs
      • Get Individual Job
    • quote
      • Admin - Get Quotation
      • Admin-get-individualquote
      • Admin - Quote Acceptance
      • update-quote
    • dashboard
      • get-stats
      • get-analytics
      • get-active-user-analytics
      • get-retention-and-churan-analytics
      • get-job-matrix-analytics
      • get-average-job-completion-and-request-analytics
      • get-popular-service-analytics
      • get-total-revenue-analytics
      • get-revenue-from-each-service-analytics
      • get-revenue-by-location-analytics
      • get-revenue-by-one-time-and-recurring-analytics
      • get-other-stat-analytics
      • get-quote-matrix-analytics
      • get-subscription-count-analytics
      • get-refund-count-analytics
    • logs
      • get-logs
    • documents
      • Documents Count
      • Admin - List Documents
      • Admin - upload-documents
      • Admin - verify-documents
    • subscription
      • Admin - List Subscription
      • Admin -Subscription update
      • Admin -Subscription plateform charge update
    • Default Services
      • get-defaultservices
      • create-defaultservices
      • edit-defaultservices
      • delete-defaultservices
  • feedback
    • Admin-get-individualfeedback
    • Admin-get-feedback
    • Admin-complete-feedback
  • AI
    • AI - Create Access Token
    • AI - Image and Prompt
    • quote-request
    • quote-answer
    • get-quote-estimate
    • set_price_increase_rate
    • current_price_increase_rate
    • video_quote-request
    • quoteAi_videoRequestPrompt
    • validate-answer
    • get-quote-estimate_new
    • quote-estimate_new
  • suggestion
    • create-suggestion
    • get-suggestion-list
  • TermsAndCondition
    • get-termsandcondition
    • Admin-update-termandcondition
    • Admin-create-help
    • get-help
    • Admin-update-help
    • Admin-get-help-by-id
    • delete-help
  • payment
    • create-payment
    • update-payment
    • Payment List
    • create-intent-payment
    • create-connect-payment
    • create-connect-account
    • delete-connect-account
    • re-generate-link
    • capture-payment
    • accept-job-payment
    • update-job-payment-status
    • update-connect-account
  • chat
    • create-image-session
    • Chat In Sesion
    • Get Session
    • Get Session By Id
    • Repair Info
    • Close Session
    • Create-video-session
  • chatbot
    • Add Knowledge
    • List Knowledge
    • Update Knowledge
    • Chatbot
    • Admin - get-chat-messages
  • notification
    • send-notification
  • savedQuote
    • User-save-quote
    • User - get-savedquotes
  • aichat
    • chat
    • getchat
    • quote_details_from_chat
  • invite
    • send-invite
    • get-invite
  • chat-socket
  1. video

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
provide user_id is user logged in
user_unique_id
string 
optional
it will be a unique_id eg. mac_address if user not logged in
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

Responses

🟢201Created
application/json
Body
object {0}
Previous
admin/sign-in
Next
ML - Video Upload
Built with