{
"opencollection": "1.0.0",
"info": {
"name": "Factset Analytics Datastore About Create API",
"version": "1.0.0"
},
"request": {
"auth": {
"type": "basic",
"username": "{{username}}",
"password": "{{password}}"
}
},
"items": [
{
"info": {
"name": "Create",
"type": "folder"
},
"items": [
{
"info": {
"name": "Factset Create a chat request for a given natural language query.",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://api.factset.com/create",
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Returns a chat ID for polling the response to a natural language query for financial data.\n\n This endpoint is an interface for initializing a request for an answer from FactSet Mercury, our large language model for surfacing FactSet datasets through conversational natural language queries. Use the `/create` endpoint to start generating responses for one-off questions. Responses contain a chat ID and status for the chat process.\n"
},
{
"info": {
"name": "Factset Kick Off Request to Create Template With Reports of Your Choice",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://api.factset.com/v1/create-template/",
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "This end point retrieves template name and template_id of the template you create. All the book options such as name of the template, type, 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 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"
}
]
}
],
"bundled": true
}