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

Emory University file API

file resource

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

This API exposes 2 JSON Schema definitions.

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

This API exposes 19 operations across 17 paths, and defines 2 schemas. It is described by OpenAPI 3.0.3, at version 3.2.14.

Requests are made against a single base URL, https://computablebrain.emory.edu/api/v1.

19 operations 17 paths 2 schemas 2 DELETE8 GET6 POST3 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
3.2.14
Base URL
https://computablebrain.emory.edu/api/v1
Authentication
API Key
License
Resource Areas
1

Authentication & Security 1

Emory University file API declares 1 security scheme for authenticating requests. An API key is passed in the header as Girder-Token (Girder-Token).

Paths & Operations 19

Across 17 paths, the API surfaces 19 operations — 2 DELETE, 8 GET, 6 POST, 3 PUT. Each is listed below with its method, path, parameters, and response codes.

file 19

file resource

POST
/file
Start a new upload or create an empty or link file.
file_initUpload_post_file 9 params → 200400403500
POST
/file/chunk
Upload a chunk of a file.
file_readChunk_post_chunk 2 params body → 200400403500
POST
/file/completion
Finalize an upload explicitly if necessary.
file_finalizeUpload_post_completion body → 200400403
GET
/file/hashsum/{algo}/{hash}
Return a list of files matching a hashsum.
file_getByHash_hashsum_algo_hash 2 params → 200400
GET
/file/hashsum/{algo}/{hash}/download
Download a file by its hashsum.
file_downloadWithHash_hashsum_algo_hash_download 2 params → 200400
GET
/file/offset
Request required offset before resuming an upload.
file_requestOffset_offset body → 200400
GET
/file/query
List files that match a query.
file_getFilesByQuery_query 5 params → 200400
DELETE
/file/upload/{id}
Cancel a partially completed upload.
file_cancelUpload_delete_upload_id 1 param → 200400403
DELETE
/file/{id}
Delete a file by ID.
file_deleteFile_delete_id 1 param → 200400403
GET
/file/{id}
Get a file's information.
file_getFile_id 1 param → 200400403
PUT
/file/{id}
Change file metadata such as name or MIME type.
file_updateFile_put_id 3 params → 200400403
PUT
/file/{id}/contents
Change the contents of an existing file.
file_updateFileContents_put_id_contents 4 params → 200400
POST
/file/{id}/copy
Copy a file.
file_copy_post_id_copy 1 param body → 200400
GET
/file/{id}/download
Download a file.
file_download_id_download 5 params → 200400403
GET
/file/{id}/download/{name}
Download a file.
file_downloadWithName_id_download_name 3 params → 200400403
POST
/file/{id}/hashsum
Manually compute the checksum values for a given file.
file_computeHashes_post_id_hashsum 2 params → 200400403
GET
/file/{id}/hashsum_file/{algo}
Download the hashsum key file for a given file.
file_downloadKeyFile_id_hashsum_file_algo 2 params → 200400403
POST
/file/{id}/import/adjust_path
Adjust the import path of a file.
file_adjustFileImportPath_post_id_import_adjust_path 2 params → 200400403
PUT
/file/{id}/move
Move a file to a different assetstore.
file_moveFileToAssetstore_put_id_move 2 params body → 200400

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. Each schema is shown below with its type and property counts.

Upload
object
File
object

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

emory-file-api-openapi.yml Raw ↑

Other APIs Emory University publishes across the network.

Emory Canvas LMS REST API
Emory Identity (Shibboleth / SAML)
Emory Libraries Digital Repository Software
Emory University annotation API
Emory University api_key API
Emory University assetstore API
Emory University collection API
Emory University dicomweb_assetstore API
Emory University files API
Emory University folder API
Emory University group API
Emory University histomicsui API