Does Guesty support video?
Short version: no. Guesty tasks attach files and photos, and its own documentation caps owner-facing task media at JPEG, JPG, and PNG. Here is the full audit of every Guesty surface, and the link-in-the-task pattern operators use to run video walkthroughs on Guesty anyway.
Guesty does not support video in its task system. Task attachments are documented as files and photos, the mobile app's task workflow is built around photographing rooms, and Guesty states that only JPEG, JPG, and PNG files sync to the Owners Portal. The Open API stores task attachments as links to externally hosted files, with images as the only documented examples. Video exists in Guesty only on the marketing side, in the website builder and guest emails. Operators who want video walkthroughs in their turnover workflow keep Guesty for tasks and put a recording link inside each task; a tool like RapidEye hosts, analyzes, and reports on the video from there.
The documentation audit, surface by surface
We checked every place media can live in Guesty's task system: the web dashboard, the mobile app, the Owners Portal, and the Open API. Photos appear at every layer. Video appears at none.
Upload relevant files, including photos.Templates also support a text checklist. No file-type list, no video mention.
Tap the camera icon to photograph each room before and after completing the taskand
If you discover damage in the unit, take a photo and leave a comment for the supervisor.
Only JPEG, JPG, and PNG files sync to the Owners Portal.Three image formats. No video format is supported for owner-facing task media.
The place to attach external files needed for the task), with url, title, mimetype, and size fields. No binary upload endpoint; the webhook examples are images (image/jpeg on Cloudinary).
One precision worth stating plainly, because it is the difference between an honest answer and a sloppy one: Guesty never publishes a sentence that says "video is not supported in tasks." The verdict is built from what Guesty does document. Everywhere task media is described, it is photos or generic files; the one place a format list exists, it is three image formats; and where Guesty does support video, it says so. The website builder documents video upload for listing pages, and guest email messaging mentions video. Operations is the layer where video is absent.
This matches how the rest of the category works. In our audits of eight major vacation rental platforms, no PMS supports a video workflow in its task or checklist system; the exceptions sit at the edges: Operto Teams, the ops platform whose checklists take video uploads that nothing reviews, and Lodgify, whose mobile app accepts optional clips on checklist items. According to Breezeway's help center, its checklists offer seven element types with Photo as the only media option, and Hostaway documents task attachments as files "to help your cleaners upload images." Guesty is not behind here; the entire PMS category treats operational video as out of scope.
Why video never made it into the task system
This is not an oversight. Video is a genuinely different storage and review problem, and PMS task systems were built for a different job.
A turnover photo is a few megabytes and a human can scan thirty of them in a minute. A ten-minute walkthrough video is hundreds of megabytes to store, transcode, and stream, and it is thirty minutes of someone's day to watch at scale. A PMS that added raw video upload to tasks would be taking on video infrastructure costs so that its customers could accumulate footage nobody reviews. Storing the video is the easy half; making it worth capturing requires something that watches it. That is why video support in this category comes from dedicated inspection tools rather than the PMS itself.
The practical consequence for a Guesty operation: if your cleaners or inspectors are already shooting video on their phones, that footage is living in camera rolls, WhatsApp threads, and Google Drive folders, disconnected from the task it documents. One operator we spoke with, running roughly 150 properties, put the cost concretely: when an inspector finds a stain, someone has to dig back through old reports and group chats to answer "has this been reported before?" The PMS holds the task history; the video evidence lives everywhere else.
How to add video walkthroughs to Guesty tasks
The pattern that works does not fight Guesty's design. Guesty stays the system of record for tasks; the video layer rides along inside each task as a link.
For technically minded teams, the API supports the same pattern programmatically. Because Guesty models task attachments as external URLs with a mimetype field, an integration can write the video report link onto the task itself. That is the architecture Guesty's API invites: Guesty holds pointers, specialist tools hold media.
// "The place to attach external files needed for the task." "attachments": [{ "url": // "URL location of the attached file." "title": // "Title name of the attached file." "mimetype": // "State the kind of file attached" "size": // "The storage size of the attachment" }] // Webhook payload examples: "mimetype": "image/jpeg" (Cloudinary-hosted). // No binary upload endpoint. No video examples anywhere in the tasks docs.
RapidEye is how Guesty operations get video
RapidEye is AI inspection intelligence built for exactly this gap. It adds the entire video layer to a Guesty operation without changing how your team works: a recording link goes into each Guesty task, cleaners and inspectors film the walkthrough in their phone's browser with no app install, and the footage uploads in real time as they record. RapidEye's AI then clusters the video by room, compares every frame against that property's baseline, and flags damage, missing items, low inventory, and staging changes, including the call that eats operator time everywhere: whether an issue is new or was already there on a previous turnover.
RapidEye builds integrations for the platforms its customers run on, Guesty included. Onboarding pulls in your properties and can ingest your existing photo history to build baselines before the first video is ever shot. Reports land about an hour after the walkthrough, per property, with the detections inline. Pricing is per property per month with unlimited video inspections.
Frequently asked questions
Can cleaners upload video in the Guesty mobile app? +
No. The mobile app's documented task workflow is photo-based: cleaners tap the camera icon in a task's Comments to photograph rooms before and after the clean, and photograph any damage they find. Video capture is not part of the documented flow.
Does the Guesty API support video attachments on tasks? +
The API stores task attachments as URL references with a mimetype field, so technically nothing in the schema forbids a video URL. But there is no binary upload endpoint, no documented video handling, and every example in the tasks documentation is an image. The reliable pattern is to store video externally and attach the link.
How do I attach a video walkthrough to a Guesty task? +
Put a recording link in the task. RapidEye injects a per-turnover link into each Guesty task; the cleaner taps it, records in the browser, and the video uploads while they film. The finished report links back from the task.
Do task videos sync to the Guesty Owners Portal? +
No. Guesty documents that only JPEG, JPG, and PNG files sync to the Owners Portal. If you want to share video findings with owners, share the inspection report link instead.
Does any vacation rental PMS support video in tasks? +
Essentially no. We audited Guesty, Hostaway, Breezeway, Operto Teams, Hospitable, OwnerRez, Hostfully, and Lodgify against their official documentation. Operto Teams' checklists take video uploads (requirable, 1 GB per file, but nothing reviews them and the API is image-only), and Lodgify's mobile app optionally accepts clips on its top plan; nothing anywhere reviews video in inspection or exposes it via API. Photos are the workflow ceiling across the category; video comes from a dedicated inspection layer.
What's the best way to do video inspections in Guesty? +
Pair Guesty with dedicated video inspection software. RapidEye is built for exactly this: it drops a recording link into each Guesty task, cleaners film in the phone's browser with no app install, footage uploads in real time while they record, and AI compares each room against the property's baseline, returning a report in about an hour. Guesty stays your system of record; the video layer rides in the task.
Sources
- Guesty Help Center: Managing tasks. The canonical tasks article; task template attachments are described as "Upload relevant files, including photos." https://help.guesty.com/hc/en-gb/articles/9370553270941-Managing-tasks
- Guesty Help Center: Managing tasks in the Guesty mobile app. The mobile flow: "Tap the camera icon to photograph each room before and after completing the task." https://help.guesty.com/hc/en-gb/articles/20877272088093-Managing-tasks-in-the-Guesty-mobile-app
- Guesty Help Center: Sharing cleaning and inspection photos with owners. The format list: "Only JPEG, JPG, and PNG files sync to the Owners Portal." https://help.guesty.com/hc/en-gb/articles/33726874994461-Sharing-cleaning-and-inspection-photos-with-owners
- Guesty: Task Management Tools for Property Management. The feature page markets "quality control through images and notes from the cleaning teams." https://www.guesty.com/features/tasks-management/
- Guesty Open API: Tasks Webhooks. Attachment payload example with "mimetype": "image/jpeg"; attachment field descriptions from the create/get task endpoints. https://open-api-docs.guesty.com/docs/webhooks-tasks

