Search
K
Embedded Finance

ErrorDetail

object
detailstringrequired
Example

InitiateFileUploadResponse

object
upload_idstring(uuid)required

A UUID for the upload. This can be used to identify this file in other endpoints to e.g., track the status of the upload or complete the upload.

upload_urlsobjectrequired

URLs to upload each part of the file to. There will be exactly one URL for each part of the file.

num_partsintegerrequired

The number of parts the file should be split into.

Example

InitiateFileUploadRequest

object
file_size_bytesintegerrequired

The size of the file in bytes

schema_codestringrequired

One of a predefined set of schemas that the file must conform to so that it can be processed by Wayflyer

Allowed values:JSON01

Example

SchemaCode

string

Allowed values:JSON01

InitiateBatchUploadResponse

object
upload_idstring(uuid)required

UUID of the upload

Example