- Activities
- Timestamps
- Flecto AI
- Services
- Integrations - Email Validate
- Integrations - Google Calendar
- Me
- Me - Addresses
- Me - Identities
- Me - Subscription
- Me - Tax Profiles
- Me - Verification
- User - Bookings Settings
- Business Categories
- Item Categories
- SaaS - Bookings
- SaaS - Booking Availability
- SaaS - Booking Customers
- SaaS - Booking Documents
- SaaS - Booking Items
- SaaS - Booking Payments
- SaaS - Booking Status
- SaaS - Bundles
- SaaS - Bundles Items
- SaaS - Chargebee
- SaaS - Customers
- SaaS - Customer Addresses
- SaaS - Inquiry Customers
- SaaS - Inquiry Status
- SaaS - Items
- SaaS - Item Photos
- SaaS - Item Status
- SaaS - Links
- SaaS - Inquiries
- SaaS - Insurances
- SaaS - Products
- Store - Items
- Store - Inquiries
- Links - Booking Documents
- Links - Bookings
- SaaS - Store
- Store
Get document upload url
POST
/api/me/document_upload
Services
Request
Header Params
Authorization
string
optional
Auth0-IdToken
string
optional
Accept-Language
string
optional
Body Params application/json
byte_size
number
required
checksum
string
required
content_type
string
optional
filename
string
required
metadata
object
optional
Example
{
"byte_size": 0,
"checksum": "string",
"content_type": "string",
"filename": "string",
"metadata": {}
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://rnters-staging.herokuapp.com/api/me/document_upload' \
--header 'Content-Type: application/json' \
--data-raw ''
Responses
🟢201Created
This response does not have a body.
🟠422Parameter Error
Modified at 2025-03-25 00:24:27