Skip to main content

CreateSeriesFromProviderRequest

Body for POST /api/v1/series/from-provider.

externalIdstringrequired

The provider's own external id for the series.

providerstringrequired

Provider id the series is fetched from (e.g. mangabaka). Must be a registered provider.

wishlistboolean

Whether to clip the created/looked-up series to the wishlist. Defaults to true — the add-from-search flow's whole reason to exist; pass false to just materialize the catalog row without wishlisting it.

CreateSeriesFromProviderRequest
{
"externalId": "string",
"provider": "string",
"wishlist": true
}