You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

DAP (Conversions)

GET/outputsList all output formats that can be reached
GET/inputsList all input formats that can be accepted
GET/inputs/{input format}List all output formats that can reach the specified input format
GET/convertList all output formats that can be reached
GET/convert/{output format}List all input formats that can reach the specified output format
GET/convert/{output format}/{file url}Convert the specified file to the requested output format
POST/convert/{output format}Convert the uploaded file to the requested output format
GET/softwareList all available conversion software
GET/serversList all currently available Software Servers

DTS (Extractions)

GET/api/extractions/supported_input_typesLists the input file format supported by currently running extractors
POST/api/extractions/upload_fileUploads a file for extraction of metadata and returns file id
POST/api/extractions/upload_urlUploads a file for extraction using the file's URL
GET/api/extractions/{id}/statusChecks for the status of all extractors processing the file with id
GET/api/files/{id}/tagsGets tags of a file
GET/api/files/{id}/technicalmetadataGet technical metadata of the resource described by the file
GET/api/files/{id}/versusmetadataGet Versus metadata of the resource described by the file
GET/api/extractions/server_ipsLists servers IPs running the extractors
GET/api/extractions/extractors_namesLists the currently running extractors
GET/api/extractions/extractors_detailsLists the currenlty details running extractors


Proposed modifications to the DAP and DTS API's are in discussion here.

  • No labels