POST - Upload JSON

post

Optional upload endpoint that allows uploading files as base64 in an application/json payload. Please supply a valid bearerToken and products or fieldSet or fieldSets.

Required scopes
This endpoint requires the following scopes:
  • : Provides access to Fileupload Service
  • : upload document
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Body
tagsstring[]Optional

tags associated with your file

productsstring[]Optional

Array of products to predict on. Cannot be supplied with fieldSet or fieldSets

fieldSetstringOptional

A single field set for extraction

fieldSetsstring[]Optional

Optionally use this parameter to extract an array of field sets. Needs to be a json array in a string.

Responses
200

File was successfully uploaded.

application/json
post
/fileupload/json

Last updated

Was this helpful?