Ironclad · Capability
Ironclad Public API — Records
Ironclad Public API — Records. 17 operations across 10 resource paths. Self-contained Naftiko capability covering the Ironclad Records business surface.
Ironclad Public API — Records is a Naftiko capability published by Ironclad, one of 9 capabilities the APIs.io network indexes for this provider. It bundles 17 operations across the GET, POST, DELETE, PUT, and PATCH methods rooted at /v1/records.
Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include Ironclad and Records.
What You Can Do
GET
List all records
— List All Records
/v1/records
POST
Create a record
— Create a Record
/v1/records
POST
Create attachment download urls
— Create Attachment Download URLs
/v1/records/attachments/download-urls
GET
Get attachment download urls status
— Get Attachment Download URLs Status
/v1/records/attachments/download-urls/{jobId}
GET
Retrieve import predictions
— Retrieve Predictions
/v1/records/smart-import
POST
Create a smart import record
— Create a Smart Import Record
/v1/records/smart-import
POST
Create a smart import record to import
— Upload a Smart Import Record to an existing Import
/v1/records/smart-import/{importId}
GET
Retrieve a record
— Retrieve a Record
/v1/records/{id}
PUT
Replace a record
— Replace a Record
/v1/records/{id}
DELETE
Delete a record
— Delete a Record
/v1/records/{id}
PATCH
Update record metadata
— Update Record Metadata
/v1/records/{id}
GET
List all records metadata
— Retrieve Records Schema
/v1/records/metadata
POST
Create an attachment on a record
— Create an Attachment on a Record
/v1/records/{id}/attachments/{key}
GET
Retrieve an attachment on a record
— Retrieve an Attachment on a Record
/v1/records/{id}/attachments/{key}
DELETE
Delete an attachment on a record
— Delete an Attachment on a Record
/v1/records/{id}/attachments/{key}
POST
Run an action on a record
— Run an Action on a Record
/v1/records/{id}/actions
GET
Retrieve xlsx export file of all records
— Retrieve XLSX Export File of Records
/v1/records/export