Complete Chunked Upload
**Complete Chunked Upload**
**Validation Rules:**
- `description` (optional): String, max 500 characters
- `title` (optional): String, max 255 characters
- `tags` (optional): Array, max 10 tags, each tag max 50 characters
- `latitude` (optional): Numeric, between -90 and 90
- `longitude` (optional): Numeric, between -180 and 180
- `captured_at` (optional): Valid date format
- `customer_visible` (optional): Boolean
- `metadata` (optional): Valid JSON object
**Notes:**
- All chunks must be successfully uploaded before calling this endpoint
- This finalizes the upload and creates the media record
Headers
{{tenant_key_name}}
Request
This endpoint expects an object.
title
latitude
metadata
longitude
captured_at
description
customer_visible
Response
Successful response

