Skip to main content
POST
/
rpc
/
import-from-file
Import from file
curl --request POST \
  --url https://mycluster.domino.tech/rpc/import-from-file \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file'
{
  "namespacesCreated": 123,
  "tagsCreated": 123
}

Body

multipart/form-data
file
file
required

CSV file to import

Response

OK

namespacesCreated
integer
tagsCreated
integer