{
    "name": "MoneticAI Resume API",
    "nodes": [
        {
            "parameters": {
                "content": "## MoneticAI Resume API\n\n**Setup:**\n\n1. Open the **Set Resume Input** node\n2. Replace `moneticai_your_token` with your API token from https://moneticai.com/dashboard/api-tokens\n3. Set your `resume_text` and choose a `model`\n4. Run the workflow\n\n**Keep your token private — never share it publicly.**",
                "height": 220,
                "width": 400,
                "color": 4
            },
            "id": "sticky-note-1",
            "name": "Instructions",
            "type": "n8n-nodes-base.stickyNote",
            "typeVersion": 1,
            "position": [
                0,
                -240
            ]
        },
        {
            "parameters": [],
            "id": "manual-trigger-1",
            "name": "Manual Trigger",
            "type": "n8n-nodes-base.manualTrigger",
            "typeVersion": 1,
            "position": [
                440,
                0
            ]
        },
        {
            "parameters": {
                "mode": "manual",
                "duplicateItem": false,
                "assignments": {
                    "assignments": [
                        {
                            "id": "f1",
                            "name": "api_token",
                            "value": "moneticai_your_token",
                            "type": "string"
                        },
                        {
                            "id": "f2",
                            "name": "model",
                            "value": "resume_improvement",
                            "type": "string"
                        },
                        {
                            "id": "f3",
                            "name": "resume_text",
                            "value": "Your resume text here...",
                            "type": "string"
                        },
                        {
                            "id": "f4",
                            "name": "job_description",
                            "value": "",
                            "type": "string"
                        },
                        {
                            "id": "f5",
                            "name": "locale",
                            "value": "en",
                            "type": "string"
                        }
                    ]
                },
                "options": []
            },
            "id": "set-input-1",
            "name": "Set Resume Input",
            "type": "n8n-nodes-base.set",
            "typeVersion": 3,
            "position": [
                660,
                0
            ]
        },
        {
            "parameters": {
                "method": "POST",
                "url": "https://moneticai.com/api/v1/resume/improve",
                "sendHeaders": true,
                "headerParameters": {
                    "parameters": [
                        {
                            "name": "Authorization",
                            "value": "=Bearer {{$json.api_token}}"
                        },
                        {
                            "name": "Content-Type",
                            "value": "application/json"
                        },
                        {
                            "name": "Accept",
                            "value": "application/json"
                        }
                    ]
                },
                "sendBody": true,
                "contentType": "raw",
                "rawContentType": "application/json",
                "body": "={\"model\":\"{{$json.model}}\",\"resume_text\":\"{{$json.resume_text}}\",\"job_description\":\"{{$json.job_description}}\",\"locale\":\"{{$json.locale}}\"}",
                "options": []
            },
            "id": "http-request-1",
            "name": "Improve Resume with MoneticAI",
            "type": "n8n-nodes-base.httpRequest",
            "typeVersion": 4,
            "position": [
                880,
                0
            ]
        }
    ],
    "connections": {
        "Manual Trigger": {
            "main": [
                [
                    {
                        "node": "Set Resume Input",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "Set Resume Input": {
            "main": [
                [
                    {
                        "node": "Improve Resume with MoneticAI",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    },
    "active": false,
    "settings": {
        "executionOrder": "v1"
    },
    "meta": {
        "instanceId": "00000000000000000000000000000000"
    }
}