---
title: "Create a Smart Import Record"
method: POST
path: "/records/smart-import"
tags: ["Records"]
---

# Create a Smart Import Record

`POST /records/smart-import`

Upload a file to create a record with smart import and predictions.  Provide none of recordType, newRecordTypeId, or newRecordTypeDisplayName to default to Imported type. 

**OAuth Scope required:** `public.records.createSmartImportRecords`

## Headers

- `x-as-user-email` string
- `x-as-user-id` string

## Response `200`

200

- object
  - `recordId` string — Record ID of the new created record
  - `importId` string
  - `remainingCredits` number

## Other responses

- `400` — 400
- `403` — 403
- `404` — 404

---

[API](https://skmtc.net/ironcladapp/apis/ironclad-public-api.md) · [All operations](https://skmtc.net/ironcladapp/apis/ironclad-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ironcladapp/ironclad-public-api/versions/9459b4cfc1e0/schema)
