{
"opencollection": "1.0.0",
"info": {
"name": "Factset Analytics Datastore About Books API",
"version": "1.0.0"
},
"request": {
"auth": {
"type": "basic",
"username": "{{username}}",
"password": "{{password}}"
}
},
"items": [
{
"info": {
"name": "Books",
"type": "folder"
},
"items": [
{
"info": {
"name": "Factset Kicks Off Request to Create a Book With Reports of Your Choice",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://api.factset.com/v1/create-book",
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "This end point retrieves book name and book_id for the PDF book you create. All the book options such as name of the book, ticker, pagination options, and reports can be specified in the request body. Please refer to the documentation for valid section ids and report ids."
},
{
"info": {
"name": "Factset Kicks Off Request to Create a Book With Template",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://api.factset.com/v1/create-book-from-template",
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "This endpoint retrieves book status, book name, and book ID for ticker requested in JSON format. This end-point excepts ticker and template_id as inputs. If the template_id input is not used, a book will be created with FactSet's default template.Please try out the below template ids to quickly get the FactSet curated booksCompany Quick Book - g_20210415065838185Post-Earnings Call - g_20210415070044785 Public Information Book(PIB) - g_20210415070353"
},
{
"info": {
"name": "Factset Retrieves Book in Pdf Format",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.factset.com/v1/download-api-book-aws/:book_id",
"params": [
{
"name": "book_id",
"value": "",
"type": "path"
}
]
},
"docs": "This endpoint uses the BookId returned from any of the request above. Returns the URL to load the book for the book ID requested. The URL will be in JSON format, the final book will be in PDF format.
NOTE -- The execution of this endpoint requires an extra step within the developer portal due to authentication limitations. When using the actual API, a successful response for this endpoint will be the PDF book rather than the URL to the PDF.
The actual endpoint is