How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Flatfile subpackage_sheets API

The subpackage_sheets API from Flatfile — 11 operation(s) for subpackage_sheets.

Flatfile subpackage_sheets API is one of 32 APIs that Flatfile publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and a getting-started guide.

This API exposes 13 operations across 11 paths, and defines 82 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://api.x.flatfile.com/v1.

13 operations 11 paths 82 schemas 1 DELETE7 GET1 PATCH4 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://api.x.flatfile.com/v1
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Flatfile subpackage_sheets API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (default).

Paths & Operations 13

Across 11 paths, the API surfaces 13 operations — 1 DELETE, 7 GET, 1 PATCH, 4 POST. Each is listed below with its method, path, parameters, and response codes.

subpackage_sheets 13
GET
/sheets
List sheets
list 3 params → 200
GET
/sheets/{sheetId}
Get a sheet
get 3 params → 200
DELETE
/sheets/{sheetId}
Delete a sheet
delete 3 params → 200400404
PATCH
/sheets/{sheetId}
Update a sheet
update-sheet 3 params body → 200400404
POST
/sheets/{sheetId}/duplicate
Duplicate a sheet
duplicate-sheet 3 params body → 200400404
POST
/sheets/{sheetId}/validate
Validate a sheet
validate 3 params → 200400404
GET
/sheets/{sheetId}/download
Download records as a CSV file
get-records-as-csv 14 params → 200
GET
/sheets/{sheetId}/counts
Get record counts
get-record-counts 13 params → 200
GET
/sheets/{sheetId}/calculations
List calculations
get-calculations 13 params → 200404
GET
/sheets/{sheetId}/commits
Get commit versions for a sheet
get-sheet-commits 4 params → 200
POST
/sheets/{sheetId}/lock
Lock a sheet
lock-sheet 3 params → 200400404
POST
/sheets/{sheetId}/unlock
Unlock a sheet
unlock-sheet 3 params → 200400404
GET
/sheets/{sheetId}/cells
Get record cells by field
get-cell-values 14 params → 200

Schemas 82

The contract defines 82 schemas that model the data the API accepts and returns. The most detailed are type_commons:Action (25 properties), type_sheets:Sheet (16 properties), type_sheets:SheetConfig (13 properties), type_property:EnumPropertyOption (8 properties). Each schema is shown below with its type and property counts.

type_property:FieldAppearance
object
Control the appearance of this field when it's displayed in a table or input
1 property
type_records:ValidationSource
string
type_sheets:CellsResponseData
object
Cell values grouped by field key
type_records:ValidationType
string
type_commits:Commit
object
A commit version
6 properties 4 required
type_property:ReferenceFilter
object
If provided, the reference filter will narrow the set of records in the reference sheet used as the set of valid values for the record. Only rows where the val…
2 properties 2 required
type_commons:Filter
string
Options to filter records
type_commons:ActionMessage
object
2 properties 2 required
type_property:StringConfig
object
1 property 1 required
type_sheets:RecordCountsResponseData
object
2 properties 2 required
type_sheets:Distinct
boolean
When true, excludes duplicate values
type_commons:ActionConstraint
type_commons:ActionMount
type_commons:InputEnumPropertyOption
object
6 properties 1 required
type_commits:ListCommitsResponse
object
1 property 1 required
type_commons:SortDirection
string
Sort direction - asc (ascending) or desc (descending)
type_property:Constraint
type_records:CellValueUnion
type_sheets:CellValueWithCounts
object
7 properties
type_sheets:SheetConfig
object
Describes shape of data as well as behavior
13 properties 2 required
type_commons:PageSize
integer
Number of logs to return in a page (default 20)
type_property:FieldSize
string
The default visual sizing. This sizing may be overridden by a user
type_commons:InputConstraintType
string
type_sheets:FieldKey
string
Returns results from the given field only. Otherwise all field cells are returned
type_commons:RecordId
string
Record ID
type_commons:SearchValue
string
Search for the given value, returning matching rows. For exact matches, wrap the value in double quotes ("Bob"). To search for null values, send empty double q…
type_sheets:CompositeUniqueConstraintStrategy
string
type_sheets:Sheet
object
A place to store tabular data
16 properties 7 required
type_commons:ActionId
string
Action ID
type_commons:PageNumber
integer
Based on pageSize, which page of records to return
type_commons:InputField
object
7 properties 3 required
type_sheets:SheetResponse
object
1 property 1 required
type_commons:SortField
string
Name of field by which to sort records
type_records:FieldRecordCounts
object
4 properties 4 required
type_records:RecordCounts
object
5 properties 3 required
type_sheets:CellsResponse
object
1 property 1 required
type_commons:Success
object
Informs whether or not a request was successful
1 property
type_commons:CommitId
string
Commit ID
type_sheets:ListSheetsResponse
object
1 property 1 required
type_property:EnumPropertyOption
object
8 properties 1 required
type_commons:Guide
object
1 property 1 required
type_property:NumberConfig
object
1 property
type_property:RequiredConstraintConfig
object
2 properties
type_sheets:SheetConstraint
type_commons:ActionMessageType
string
type_commons:SheetId
string
Sheet ID
type_commons:CalculationId
string
Calculation ID
type_commons:Error
object
2 properties 1 required
type_sheets:SheetUpdateRequest
object
Changes to make to an existing sheet
3 properties
type_commons:InputFormType
string
type_commons:InputConfig
object
1 property 1 required
type_commons:SearchField
string
Use this to narrow the searchValue results to a specific field
type_property:BooleanPropertyConfig
object
1 property 1 required
type_commons:Action
object
25 properties 1 required
type_property:ReferencePropertyRelationship
string
type_commons:JSONPathString
string
A JSONPath string - https://www.rfc-editor.org/rfc/rfc9535
type_property:EnumPropertySortBy
string
type_property:ReferenceListPropertyConfig
object
3 properties 2 required
type_commons:VersionId
string
Version ID
type_commons:FilterField
string
Use this to narrow the valid/error filter results to a specific field
type_sheets:IncludeCounts
boolean
When both distinct and includeCounts are true, the count of distinct field values will be returned
type_commons:ActionMode
string
Foreground actions will prevent interacting with the resource until complete
type_commons:WorkbookId
string
Workbook ID
type_commons:ActionSchedule
string
type_sheets:SheetAccess
string
type_property:StringConfigOptions
string
How much text should be storeable in this field
type_property:UniqueConstraintConfig
object
4 properties
type_commons:InputConstraint
object
1 property 1 required
type_commons:InputForm
object
2 properties 2 required
type_sheets:Calculation
object
6 properties 5 required
type_commons:SuccessData
object
1 property 1 required
type_property:EnumPropertyConfig
object
3 properties 1 required
type_commons:Errors
object
1 property 1 required
type_sheets:SheetTreatments
string
type_sheets:CalculationType
string
type_property:ReferencePropertyConfig
object
4 properties 2 required
type_sheets:CompositeUniqueConstraintConfig
object
2 properties
type_commons:Guardrail
object
1 property 1 required
type_records:ValidationMessage
object
Record data validation messages
5 properties
type_property:Property
type_sheets:ListCalculationsResponse
object
1 property 1 required
type_sheets:RecordCountsResponse
object
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

flatfile-subpackage-sheets-api-openapi.yml Raw ↑

Other APIs Flatfile publishes across the network.

Flatfile subpackage_accounts API
Flatfile subpackage_actions API
Flatfile subpackage_agent-exports API
Flatfile subpackage_agents API
Flatfile subpackage_apps API
Flatfile subpackage_assistant API
Flatfile subpackage_auth API
Flatfile subpackage_canvas-areas API
Flatfile subpackage_commits API
Flatfile subpackage_data-clips API
Flatfile subpackage_data-retention-policies API
Flatfile subpackage_documents API
Where this information came from

This is an independent, third-party profile of Flatfile subpackage_sheets API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.