Authorizations
Your Exa API key
Body
The size of the file in megabytes. Maximum size is 50 MB.
x <= 50000000
The number of records to import
When the import is in CSV format, we expect a column containing the key identifier for the entity - for now URL. If not provided, import will fail to be processed.
csv
What type of entity the import contains (e.g. People, Companies, etc.), and thus should be attempted to be resolved as.
The title of the import
Set of key-value pairs you want to associate with this object.
When format is csv
, these are the specific import parameters.
Response
Import created successfully
The response to a successful import. Includes the upload URL and the upload valid until date.
The unique identifier for the Import
The type of object
import
The status of the Import
pending
, processing
, completed
, failed
The format of the import.
csv
, webset
The type of entity the import contains.
The title of the import
The number of entities in the import
Set of key-value pairs you want to associate with this object.
The reason the import failed
invalid_format
, invalid_file_content
, missing_identifier
When the import failed
A human readable message of the import failure
When the import was created
When the import was last updated
The URL to upload the file to
The date and time until the upload URL is valid. The upload URL will be valid for 1 hour.