Create a file
POST
/v1/files请求参数
Query Params
file
string
optional
Body Params multipart/form-data
file
file
required
A file to upload. The file should follow the specifications of RFC 2388 (which defines file transfers for the multipart/form-data protocol).
purpose
string
required
The purpose of the uploaded file.
Example:
dispute_evidence, account_requirement, additional_verification,business_icon, business_logo, customer_signature, dispute_evidence,finance_report_run, identity_document, pci_document,selfie,tax_document_user_upload
示例代码
Responses
OK(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: 1 年前