Create local file group
Creates a new local file group by uploading files directly via multipart form data.
The total request body size must not exceed 500 MB.
Required roles: All
Authorizations
API key for authentication
Body
Name of the local file group
200Files to upload
1 - 2000 elementsLast 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.
1 - 2000 elementsJSON array of chunk metadata key configurations. Each element is an object with "key" (string) and "type" (one of "string", "integer", "float", "date", "datetime"). Example: [{"key":"author","type":"string"},{"key":"page_number","type":"integer"}]
Response
Successfully created local file group
The ID of the created source group

