Skip to main content
POST
/
api
/
customer
/
batch-upload
batchUpload
curl --request POST \
  --url https://api.artemis.cynopsis.co/api/customer/batch-upload \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --header 'X-Domain-ID: <x-domain-id>' \
  --form front='@example-file'

Documentation Index

Fetch the complete documentation index at: https://docs.cynopsis.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Headers

X-Domain-ID
integer<int64>
required

X-Domain-ID

Query Parameters

assigneeId
integer<int64>

assigneeId

Body

multipart/form-data
front
file

Response

OK