Skip to main content
POST
/
local-file-groups
Create local file group
curl --request POST \
  --url https://developer.qaip.com/api/v1/local-file-groups \
  --header 'Content-Type: multipart/form-data' \
  --header 'x-api-key: <api-key>' \
  --form 'name=<string>' \
  --form 'files=<string>' \
  --form 'last_modified=<string>' \
  --form files.items='@example-file'
{
  "source_group_id": "<string>"
}

Authorizations

x-api-key
string
header
required

API key for authentication

Body

multipart/form-data
name
string
required

Name of the local file group

Maximum string length: 200
files
file[]
required

Files to upload

Required array length: 1 - 2000 elements
last_modified
string[]
required

Last modified timestamps in Unix epoch milliseconds (integer) for each file (same order and count as files). For example, 1709971200000 represents 2024-03-09T12:00:00Z.

Required array length: 1 - 2000 elements

Response

Successfully created local file group

source_group_id
string
required

The ID of the created source group