AI-Powered PDF CV Parser and Analyzer

5344533d-79ce-4526-951f-d51cc166a3f8

Latency
316ms
Cost
$0.0000
Tokens
0
Status
success
gemini-2.5-flash-lite

Workflow Graph

Trace

[
  {
    "data": {
      "nodeType": "manualTrigger"
    },
    "event": "node_start",
    "nodeId": "2c4e0b0f-28c7-48f5-b051-6e909ac878d2",
    "timestamp": 1780866711315
  },
  {
    "data": {
      "initialData": {
        "text": "This is the raw text extracted from the CV. It contains information about the candidate's experience, education, and skills.",
        "prompt": "Analyze this CV and extract key information into the provided JSON schema.",
        "choices": {
          "message": {
            "content": "The candidate's name is John Doe. They have 5 years of experience as a Software Engineer at Tech Solutions Inc. and graduated with a Bachelor's degree in Computer Science from University of California, Berkeley. Their skills include Python, Java, and SQL."
          }
        },
        "file_url": "https://example.com/path/to/your/cv.pdf",
        "json_schema": {
          "type": "object",
          "required": [
            "name",
            "email",
            "experience",
            "education",
            "skills"
          ],
          "properties": {
            "name": {
              "type": "string",
              "description": "Full name of the candidate."
            },
            "email": {
              "type": "string",
              "format": "email",
              "description": "Candidate's email address."
            },
            "phone": {
              "type": "string",
              "description": "Candidate's phone number."
            },
            "skills": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "education": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "degree": {
                    "type": "string"
                  },
                  "institution": {
                    "type": "string"
                  },
                  "graduationYear": {
                    "type": "integer"
                  }
                }
              }
            },
            "experience": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "title": {
                    "type": "string"
                  },
                  "company": {
                    "type": "string"
                  },
                  "endDate": {
                    "type": "string",
                    "format": "date"
                  },
                  "startDate": {
                    "type": "string",
                    "format": "date"
                  },
                  "description": {
                    "type": "string"
                  }
                }
              }
            }
          }
        }
      }
    },
    "event": "triggered",
    "nodeId": "manualTrigger",
    "timestamp": 1780866711315
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "manualTrigger"
    },
    "event": "node_end",
    "nodeId": "2c4e0b0f-28c7-48f5-b051-6e909ac878d2",
    "timestamp": 1780866711315
  },
  {
    "data": {
      "nodeType": "set"
    },
    "event": "node_start",
    "nodeId": "68b7fc08-506d-4816-9a8f-db7ab89e4589",
    "timestamp": 1780866711317
  },
  {
    "data": {
      "inputKeys": [
        "file_url",
        "prompt",
        "text",
        "json_schema",
        "choices"
      ],
      "mergeKeys": []
    },
    "event": "merged",
    "nodeId": "set",
    "timestamp": 1780866711317
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "set"
    },
    "event": "node_end",
    "nodeId": "68b7fc08-506d-4816-9a8f-db7ab89e4589",
    "timestamp": 1780866711317
  },
  {
    "data": {
      "nodeType": "http"
    },
    "event": "node_start",
    "nodeId": "6f76e3a6-a3be-4f9f-a0db-3f002eafc2ad",
    "timestamp": 1780866711319
  },
  {
    "event": "fetching GET https://example.com/path/to/your/cv.pdf",
    "nodeId": "http",
    "timestamp": 1780866711319
  },
  {
    "data": {
      "url": "https://example.com/path/to/your/cv.pdf",
      "method": "GET"
    },
    "event": "http_fetch",
    "nodeId": "_context",
    "timestamp": 1780866711319
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "http"
    },
    "event": "node_end",
    "nodeId": "6f76e3a6-a3be-4f9f-a0db-3f002eafc2ad",
    "timestamp": 1780866711465
  },
  {
    "data": {
      "nodeType": "passthrough"
    },
    "event": "node_start",
    "nodeId": "0f3b39af-2802-462c-ac54-a7bccf5b78c5",
    "timestamp": 1780866711469
  },
  {
    "data": {},
    "event": "noOp",
    "nodeId": "passthrough",
    "timestamp": 1780866711469
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "passthrough"
    },
    "event": "node_end",
    "nodeId": "0f3b39af-2802-462c-ac54-a7bccf5b78c5",
    "timestamp": 1780866711469
  },
  {
    "data": {
      "nodeType": "http"
    },
    "event": "node_start",
    "nodeId": "865f4f69-e13d-49c1-8bb4-9f98facbf75c",
    "timestamp": 1780866711471
  },
  {
    "event": "fetching POST https://api.openai.com/v1/chat/completions",
    "nodeId": "http",
    "timestamp": 1780866711471
  },
  {
    "data": {
      "url": "https://api.openai.com/v1/chat/completions",
      "method": "POST"
    },
    "event": "http_fetch",
    "nodeId": "_context",
    "timestamp": 1780866711471
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "http"
    },
    "event": "node_end",
    "nodeId": "865f4f69-e13d-49c1-8bb4-9f98facbf75c",
    "timestamp": 1780866711626
  },
  {
    "data": {
      "nodeType": "set"
    },
    "event": "node_start",
    "nodeId": "22dedac7-c44b-430f-b9c7-57d0c55328fa",
    "timestamp": 1780866711631
  },
  {
    "data": {
      "inputKeys": [
        "statusCode",
        "headers",
        "body"
      ],
      "mergeKeys": []
    },
    "event": "merged",
    "nodeId": "set",
    "timestamp": 1780866711631
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "set"
    },
    "event": "node_end",
    "nodeId": "22dedac7-c44b-430f-b9c7-57d0c55328fa",
    "timestamp": 1780866711631
  }
]