<div dir="ltr"><div><div>Ah, just realized I knew the answer for this bit: <br><br>>It looks like IA has a JSON API, but at first glance it looks like<br>
>it's for reading data that's already there, not for uploading new<br>
>stuff. Am I missing something? The same question applies to<br>
>interacting with the new Open Library.<br><br></div>For "uploading"/"creating" new items, we have the S3-like API, which you can find documentation regarding here: <a href="http://archive.org/help/abouts3.txt">http://archive.org/help/abouts3.txt</a><br>
<br>We also have a python module and binary that makes it super easy - `pip install internetarchive` will put the swiss army knife tool `ia` into your path for interacting with us, and is generally the easiest way to get "up and running" with both our s3 and our JSON(and JSONPatch for updating metadata) APIs<br>
<br></div><div>-a<br></div></div>