Skip to main content

CreateBookExternalIdRequest

Request to create or update a book external ID

externalIdstringrequired

External ID value (ISBN, OLID, etc.)

Example: 978-0553418026
externalUrlstring | nullnullable

URL to the external source (optional)

Example: https://openlibrary.org/works/OL123456W
sourcestringrequired

Source identifier (e.g., "plugin:openlibrary", "epub", "pdf", "manual")

Example: manual
CreateBookExternalIdRequest
{
"externalId": "978-0553418026",
"externalUrl": "https://openlibrary.org/works/OL123456W",
"source": "manual"
}