Hi, looking at InDesign CC 2015 Object Model this appears possible.
The method you are looking for is: exportDpsArticle. Details below.
Application.exportDpsArticle (destination: File , document: Document , dpsArticleParams:Array of varies):Array of string
Adobe InDesign CC 2015 (11.0) Object Model
Export the specified document to a DPS article. Note: This method behaves similarly to @method(exportMiniFolio), but differs in its parameters.
destination: Data Type: File
The location to write the file.
document: Data Type: Document
The source InDesign document.
dpsArticleParams: Data Type: Array of varies
Options for exporting a DPS article. Can accept: Ordered array containing dataField:String, dataValue:Any Type.