Parse an rclone.conf file and return a preview of discovered remotes.
Required Role: ADMIN or OWNER
This is step 1 of the import workflow. Send the raw rclone.conf content and receive a breakdown of:
Request body:
{
"content": "[MyS3Remote]\ntype = s3\nprovider = AWS\naccess_key_id = AKIA...\n..."
}
The response includes metadata about each remote but NOT the actual credentials. Credential values are only sent in the confirm step.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Request body for rclone.conf parsing.
Raw rclone.conf file content
1 - 524288Successful Response