# Create Advanced Report

### /report-advanced-create

- **API**: https://devsey.com/api/report-advanced-create
- **METHOD**: POST

### HEADER

- **Authorization**: API Token required
- **Accept**: application/json

### POST Variables

- **app\_id**
    - STRING
    - /app-view
    - unique\_id
- **app\_browser**
    - INT
    - /browser-view
    - id
- **app\_resolution**
    - INT
    - /resolutions-view
    - id
- **app\_url**
    - STRING
    - MUST CONTAIN THE MAIN DOMAIN FROM YOUR APPLICATION
- **app\_sleeper**
    - INT
    - Lowest Value 0
    - Highest Value 5
    - Adds second counter to screenshot process. 0 seconds lowest value, 5 seconds highest value.
    - Can accept 0, 1, 2, 3, 4, or 5 (But only one choice)

### GET Variables

- NONE

### RETURN

- **message**: "Advanced report created successfully!"
- **report\_id**: {unique\_id}

[![image.png](https://docs.devsey.com/uploads/images/gallery/2025-10/scaled-1680-/Zi7image.png)](https://docs.devsey.com/uploads/images/gallery/2025-10/Zi7image.png)