Skip to main content

CreateBookExternalLinkRequest

Request to create or update a book external link

externalIdstring | nullnullable

ID on the external source (if available)

Example: OL123W
sourceNamestringrequired

Source name (e.g., "openlibrary", "goodreads", "amazon") Will be normalized to lowercase

Example: openlibrary
urlstringrequired

URL to the external site

Example: https://openlibrary.org/works/OL123W
CreateBookExternalLinkRequest
{
"externalId": "OL123W",
"sourceName": "openlibrary",
"url": "https://openlibrary.org/works/OL123W"
}