Custom Capture

Custom Content-Driven Photos

The Custom Capture feature allows users to set up their desired custom content-driven photo capture flow based on their requirements for any specific API key within their account.

If selected, this would add this customized capture flow to the end of the inspection capture process. The client can create an unlimited number of these flows that they can attach to any specific API key.

Step 1: Activation on Your Account

First, the feature must be activated for your business account. Please ask your Client Support Manager to activate this feature to your account.

Step 2: Setting up a Custom Capture Flow

PAVE Dashboard

To use this feature on the PAVE dashboard, select the "CUSTOM CAPTURE" section inside "SETTINGS"

Video Tutorial on setting up a Custom Capture Questionaire.

Question TypeDescription

Yes/No

Design a True or False response, and ask for a photo depending on the response, if required

Text Entry

The user is provided a text box to input their answer, and a photo attachment can also be requested.

Capture Photo

No response field. The user simply submits additional photos.

Step 3: Adding Custom Photo Capture Flow to API Key

To setup the Custom Photo Capture, user can select in API-KEY section.

  1. Select the "Inclue Custom Photo Capture Flow" in Create or Edit API Key

  2. Select the Flow user desire.

  3. Save Changes and everything will be ready.

CaptureUI

The end user will see the custom capture flow at the end of the inspection process. Below is a sample screenshot:

API-Response

"forms": {
        "data": {
            "exterior": {
                "do_you_have_a_roof_rail": true
            },
            "interiors": {
                "is_the_seatbelt_still_intact": true,
                "does_the_vehicle_have_leather_seats": false
            },
            "vehicle_information": {
                "make": "Volkswagen",
                "model": "Golf",
                "model_year": "2015"
            }
        },
        "attachments": {
            "exterior": {
                "do_you_have_a_roof_rail": [
                    {
                        "url": "https:\/\/openapi-cdn.paveapi.com\/sessions\/sessions\/2024-01\/UDB-I7JYMSFWMU\/forms\/user_form-9b0d41ca-0966-4c99-b670-6faf2742e53e.jpg",
                        "path": "sessions\/sessions\/2024-01\/UDB-I7JYMSFWMU\/forms\/user_form-9b0d41ca-0966-4c99-b670-6faf2742e53e.jpg",
                        "size": 1983370,
                        "filename": "user_form-9b0d41ca-0966-4c99-b670-6faf2742e53e.jpg",
                        "extension": "jpg"
                    },
                    {
                        "url": "https:\/\/openapi-cdn.paveapi.com\/sessions\/sessions\/2024-01\/UDB-I7JYMSFWMU\/forms\/user_form-9b0d41e1-8dc7-49d6-9ca2-52f21646e988.jpg",
                        "path": "sessions\/sessions\/2024-01\/UDB-I7JYMSFWMU\/forms\/user_form-9b0d41e1-8dc7-49d6-9ca2-52f21646e988.jpg",
                        "size": 1984286,
                        "filename": "user_form-9b0d41e1-8dc7-49d6-9ca2-52f21646e988.jpg",
                        "extension": "jpg"
                    }
                ]
            },
            "interiors": {
                "is_the_seatbelt_still_intact": [
                    {
                        "url": "https:\/\/openapi-cdn.paveapi.com\/sessions\/sessions\/2024-01\/UDB-I7JYMSFWMU\/forms\/user_form-9b0d41a9-33d6-4551-ac26-2fe9045597de.jpg",
                        "path": "sessions\/sessions\/2024-01\/UDB-I7JYMSFWMU\/forms\/user_form-9b0d41a9-33d6-4551-ac26-2fe9045597de.jpg",
                        "size": 2003328,
                        "filename": "user_form-9b0d41a9-33d6-4551-ac26-2fe9045597de.jpg",
                        "extension": "jpg"
                    }
                ]
            }
        }

Sample JSON

Last updated