Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »


This page describes API endpoint for customers with partner models e.g. subscription model with revenue share or other models where you have access to download books from DDS without executing transactions first. All of these APIs require special commercial agreements with Bokbasen and special access rights. If you are building a standard sale-by-item book store you can safely ignore this page.

Get raw content

This endpoint gives access to raw files and is used if you have a model where your business yourself i storing, securing and distributing the files. The process for downloading is the same as for Content download, so only this initial step is different. You need to use the {resid} found in the Inventory service to start the download.


This will deliver either:

  • Single MP3 file in the best available quality (watermarked with your business' id)
  • Raw EPUB files with no watermark
  • Raw EPB file with no watermark

URLhttps://api.dds.boknett.no/content/raw/{resid} 
MethodGET
Request
headers

Authorization

Required

The token acquired from the Authentication Service.

Formated "Boknett TGT-...."

DateRequiredThe timestamp the request was made. Must comply with RFC 1123 date formats. Example: Tue, 10 Jun 2014 16:23:42 GMT
AcceptRequiredapplication/json (We recommend all new implementations to use this header, XML support will be phased out in the future)
Response
headers


Location

https://api.dds.boknett.no/download/{downloadid}/status

Response
body
None
Returns302Found (on success, you will receive this code and a redirection to the resource download status page)
300Multiple Choices
  • No labels