Skip to main content
POST
/
import-doc
/
create
Importa uma lista de documentos
curl --request POST \
  --url https://flex-des.flexdoc-apis.com.br/import/import-doc/create \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form jsonData='@example-file' \
  --form 'files=<string>' \
  --form files.items='@example-file'

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

multipart/form-data
jsonData
file
required
files
file[]
required

Response

Operação realizada com sucesso