Skip to main content
POST
/
v1
/
people
/
import
/
preview
Import Preview
curl --request POST \
  --url https://api.example.com/v1/people/import/preview \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file' \
  --form rows=10
{}

Documentation Index

Fetch the complete documentation index at: https://acme-3f0e8fe2.mintlify.app/llms.txt

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

Headers

Authorization
string | null

Body

multipart/form-data
file
file
required
rows
integer
default:10

Response

Successful Response

The response is of type Response Import Preview V1 People Import Preview Post · object.