Overview#
This is the Archivematica API section of “Trying the Archivematica API.” (There is also a separate “Storage Service API” section.)
https://www.archivematica.org/en/docs/archivematica-1.13/dev-manual/api/api-reference-archivematica/#api-reference-archivematica
This time, I will try the following “Transfer” API.
https://www.archivematica.org/en/docs/archivematica-1.13/dev-manual/api/api-reference-archivematica/#transfer
Usage#
You can try it with the following notebook.
https://colab.research.google.com/github/nakamura196/ndl_ocr/blob/main/ArchivematicaのAPIを使ってみる.ipynb
The following configuration was required. The location UUID was confirmed from the storage service.
Summary#
This time I only tried Start Transfer, but APIs are provided for various operations, enabling a wide range of system integrations.