Skip to main content

Get a raw topology part

Get a raw topology part by its id

Path Parameters
  • document_id string required

    Document id

  • topology_id string required

    Topology id

Query Parameters
  • alt_extension string

    Alternative extension for the document like .pdf or .msg

  • key string required
Responses

Document

Schema
  • string
GET /documents/:document_id/topology/parts/:topology_id/raw
Authorization: api_key
name: keyin: querytype: apiKey
document_id — path
topology_id — path
key — query
alt_extension — query
curl -L -X GET 'https://integration.prd.paperbox.ai/v3/documents/:document_id/topology/parts/:topology_id/raw' \
-H 'Accept: application/octet-stream'