novalad
    novalad
    • Process Document
      POST
    • Job Status
      GET
    • Output
      GET

      Output

      GET
      /api/v1/output
      Last modified:2025-03-20 07:21:39

      Request

      Authorization
      Add parameter in header
      x-api-key
      Example:
      x-api-key: ********************
      Query Params
      run_id
      string 
      optional
      Example:
      dc1bf8a9-1ef5-47fd-bdf6-21a90fe1a2a0
      format
      string 
      optional
      Processed Document Output Format. Supported values: json,markdown,graph,document
      Example:
      json
      Header Params
      Content-Type
      string 
      optional
      Example:
      application/json

      Request samples

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET '/api/v1/output?run_id=dc1bf8a9-1ef5-47fd-bdf6-21a90fe1a2a0&format=json' \
      --header 'Content-Type: application/json' \
      --header 'x-api-key;'

      Responses

      🟢200Success
      application/json
      Body
      run_id
      string 
      required
      run_name
      string 
      required
      created_at
      string 
      required
      status
      string 
      required
      data
      object 
      required
      Returns the Object for Json,Markdown,Langchain Document, Graph
      Examples
      {
          "run_id": "dc1bf8a9-1ef5-47fd-bdf6-21a90fe1a2a0",
          "run_name": "novalad_jobs_2025-03-17-03-42-41",
          "created_at": "2025-03-20T07:01:04.720621Z",
          "status": "success",
          "data": {}
      }
      Modified at 2025-03-20 07:21:39
      Previous
      Job Status
      Built with