Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Charthop file API

The file API from Charthop — 6 operation(s) for file.

Charthop file API is one of 87 APIs that Charthop publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include file. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 9 operations across 6 paths, and defines 11 schemas. It is described by OpenAPI 2.0, at version V1.0.0.

Requests are made against the base URL https://api.charthop.com.

9 operations 6 paths 11 schemas 1 DELETE4 GET1 PATCH3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 2.0
API Version
V1.0.0
Base URL
https://api.charthop.com
Contact
Resource Areas
1

Paths & Operations 9

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

file 9
GET
/v1/org/{orgId}/file
Returns a list of files
findFiles 9 params → 200401403404
POST
/v1/org/{orgId}/file
Upload a new file
uploadFile 11 params → 201400401
GET
/v1/org/{orgId}/file/data
Query files with additional person field data
queryFiles 10 params → 200400401403
POST
/v1/org/{orgId}/file/export
Export a zipfile of files matching some criteria
exportFiles 2 params → 201400401403404
POST
/v1/org/{orgId}/file/export-csv
Export a CSV of file metadata matching some criteria
exportFilesCsv 2 params → 201400401403404
GET
/v1/org/{orgId}/file/{fileId}
Returns metadata about a file
getFileMetadata 2 params → 200401403404
PATCH
/v1/org/{orgId}/file/{fileId}
Update a file's metadata
updateFile 3 params → 204400401403404
DELETE
/v1/org/{orgId}/file/{fileId}
Delete a file
deleteFile 2 params → 204400401403404
GET
/v1/org/{orgId}/file/{fileId}/download
Download a file
downloadFile 2 params → 401403404

Schemas 11

The contract defines 11 schemas that model the data the API accepts and returns. The most detailed are FileEntity (33 properties), Process (29 properties), FileExportCsvParams (8 properties), Attribution (6 properties). Each schema is shown below with its type and property counts.

AccessAction
object
3 properties 1 required
Process
object
29 properties 9 required
FileExportCsvParams
object
8 properties
ResultsAccess
object
2 properties 1 required
UpdateFileEntity
object
4 properties
LogData
object
4 properties 3 required
ResultsFileEntity
object
3 properties 1 required
Attribution
object
6 properties
FileExportParams
object
5 properties
FileEntity
object
33 properties 9 required
ResultsData
object
4 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

charthop-file-api-openapi.yml Raw ↑

Other APIs Charthop publishes across the network.

Charthop access API
Charthop action API
Charthop ai API
Charthop ai-credit-limit API
Charthop ai-hint API
Charthop ai-prompt API
Charthop app API
Charthop appConfig API
Charthop approval API
Charthop approval-delegate API
Charthop approval-request API
Charthop assessment API