Run parsing for files

Start a parsing job on files to detect their symbols and connections.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
Request Body schema: application/json
required

Specifies the library to use when parsing the given files.

required
Array of objects (DocumentIdentifier) [ 1 .. 100 ] items
libraryId
required
string (CogniteExternalId) <= 255 characters

The external ID of a library for parsing

nonce
required
string

Nonce parameter

Responses
200

List of external IDs returned in a response

400

The response for a failed request.

post/diagram-parsing/parsing/symbol-detection
Request samples
application/json
{
  • "documents": [
    • {
      }
    ],
  • "libraryId": "my.known.id",
  • "nonce": "string"
}
Response samples
application/json
{
  • "items": [
    • "my.known.id"
    ]
}