{"info":{"_postman_id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","name":"Bazzly Public API","description":"<html><head></head><body><p>User-scoped public API for Bazzly. Three scopes are issued: <code>read</code> (inspect projects, opportunities, leads, queues, credits), <code>write</code> (generate drafts, edit/skip records, queue replies/DMs, create custom tasks), and <code>top-ups</code> (manual credit purchases and auto top-up settings). MCP access is exposed at <code>/mcp</code> and uses the same key. Authenticate with either <code>Authorization: Bearer &lt;key&gt;</code> or the <code>X-Bazzly-Api-Key</code> header.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"3358302","collectionId":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","publishedId":"2sBXqKof1B","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-05-02T13:14:14.000Z"},"item":[{"name":"public","item":[{"name":"v1","item":[{"name":"me","item":[{"name":"Get API account context","id":"0ba723b5-0bf4-4494-9d96-d884ba43c9ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.bazzly.ai/public/v1/me","description":"<p>Returns the authenticated user and API key metadata. Scope: <code>read</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","name":"Bazzly Public API","type":"collection"}},"urlObject":{"path":["public","v1","me"],"host":["https://api.bazzly.ai"],"query":[],"variable":[]}},"response":[{"id":"7572f14b-d9e8-46e5-910d-058a8656a15f","name":"Authenticated account context","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.bazzly.ai/public/v1/me"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"276195c7-6ef3-7137-52a4-35ab8d4b3d79\",\n  \"email\": \"string\",\n  \"name\": null,\n  \"apiKey\": {\n    \"id\": \"d4f5b260-6df9-613b-0b75-f711af3b526a\",\n    \"name\": \"string\",\n    \"scopes\": [\n      \"read\",\n      \"top-ups\"\n    ]\n  }\n}"},{"id":"2e313f74-c258-4d36-bf44-937177989bca","name":"API key missing or invalid","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.bazzly.ai/public/v1/me"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": 5400,\n  \"message\": \"string\",\n  \"error\": \"string\"\n}"},{"id":"ddd6b994-1825-409f-965a-e98127d737e4","name":"Caller is missing the required scope or subscription gate","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.bazzly.ai/public/v1/me"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": 5400,\n  \"message\": \"string\",\n  \"error\": \"string\"\n}"}],"_postman_id":"0ba723b5-0bf4-4494-9d96-d884ba43c9ed"}],"id":"422cd9d8-9297-40f1-a814-b9982ce676b0","_postman_id":"422cd9d8-9297-40f1-a814-b9982ce676b0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","name":"Bazzly Public API","type":"collection"}}},{"name":"projects","item":[{"name":"{projectId}","item":[{"name":"credits","item":[{"name":"manual","item":[{"name":"Manual credit top-up","id":"170fe98d-9327-452d-87e7-ae2dfb562ab3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"amount\": 423.819126941632,\n  \"confirmPaymentSpend\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.bazzly.ai/public/v1/projects/:projectId/credits/manual","description":"<p>Charges the customer's default Stripe payment method and credits the project. Returns a payment preview unless <code>confirmPaymentSpend</code> is true. Requires an active or trialing subscription with a saved payment method. Scope: <code>top-ups</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","name":"Bazzly Public API","type":"collection"}},"urlObject":{"path":["public","v1","projects",":projectId","credits","manual"],"host":["https://api.bazzly.ai"],"query":[],"variable":[{"type":"any","value":"7b949d65-0b2e-ab29-fec3-72a3e79af8ad","key":"projectId"}]}},"response":[{"id":"fbdfab75-137e-4c70-a2fe-ec17a32066d9","name":"Top-up result or preview","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"amount\": 423.819126941632,\n  \"confirmPaymentSpend\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.bazzly.ai/public/v1/projects/:projectId/credits/manual","host":["https://api.bazzly.ai"],"path":["public","v1","projects",":projectId","credits","manual"],"variable":[{"key":"projectId","value":"7b949d65-0b2e-ab29-fec3-72a3e79af8ad"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"requiresConfirmation\": false,\n  \"projectId\": \"d7cbd982-ceef-e237-37ee-aa22ff024f13\",\n  \"amount\": 7459.4229702662315,\n  \"credits\": 8077.2031143142085,\n  \"message\": \"string\"\n}"}],"_postman_id":"170fe98d-9327-452d-87e7-ae2dfb562ab3"}],"id":"23340422-5fc3-413b-9bf5-5b541bef1678","_postman_id":"23340422-5fc3-413b-9bf5-5b541bef1678","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","name":"Bazzly Public API","type":"collection"}}},{"name":"auto","item":[{"name":"Get auto top-up settings","id":"cb38f5c8-2c6d-41fc-85e4-e7b3f77a8907","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.bazzly.ai/public/v1/projects/:projectId/credits/auto","description":"<p>Returns the auto top-up settings for this project. Scope: <code>top-ups</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","name":"Bazzly Public API","type":"collection"}},"urlObject":{"path":["public","v1","projects",":projectId","credits","auto"],"host":["https://api.bazzly.ai"],"query":[],"variable":[{"type":"any","value":"7b949d65-0b2e-ab29-fec3-72a3e79af8ad","key":"projectId"}]}},"response":[{"id":"077bcde9-ea37-4eac-b286-1a63fd24ab3f","name":"Auto top-up settings","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.bazzly.ai/public/v1/projects/:projectId/credits/auto","host":["https://api.bazzly.ai"],"path":["public","v1","projects",":projectId","credits","auto"],"variable":[{"key":"projectId","value":"7b949d65-0b2e-ab29-fec3-72a3e79af8ad"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"enabled\": true,\n  \"threshold\": null,\n  \"amount\": null\n}"},{"id":"a2d19bfa-b54e-4c49-b3cd-303ad213c0d5","name":"Resource not found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.bazzly.ai/public/v1/projects/:projectId/credits/auto","host":["https://api.bazzly.ai"],"path":["public","v1","projects",":projectId","credits","auto"],"variable":[{"key":"projectId","value":"7b949d65-0b2e-ab29-fec3-72a3e79af8ad"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": 5400,\n  \"message\": \"string\",\n  \"error\": \"string\"\n}"}],"_postman_id":"cb38f5c8-2c6d-41fc-85e4-e7b3f77a8907"},{"name":"Update auto top-up settings","id":"1f8a9f70-856a-45fb-b07d-c7512189f5b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"auto_topup_enabled\": false,\n  \"auto_topup_threshold\": 24,\n  \"auto_topup_amount\": 63\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.bazzly.ai/public/v1/projects/:projectId/credits/auto","description":"<p>Enables or updates auto top-up. When enabling, both <code>auto_topup_threshold</code> and <code>auto_topup_amount</code> must be supplied. Scope: <code>top-ups</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","name":"Bazzly Public API","type":"collection"}},"urlObject":{"path":["public","v1","projects",":projectId","credits","auto"],"host":["https://api.bazzly.ai"],"query":[],"variable":[{"type":"any","value":"7b949d65-0b2e-ab29-fec3-72a3e79af8ad","key":"projectId"}]}},"response":[{"id":"368d12c8-46d0-4c43-8b4b-951450296953","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auto_topup_enabled\": false,\n  \"auto_topup_threshold\": 24,\n  \"auto_topup_amount\": 63\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.bazzly.ai/public/v1/projects/:projectId/credits/auto","host":["https://api.bazzly.ai"],"path":["public","v1","projects",":projectId","credits","auto"],"variable":[{"key":"projectId","value":"7b949d65-0b2e-ab29-fec3-72a3e79af8ad"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false\n}"},{"id":"ce1d3525-e0a9-42dd-8faf-44ea4f7c6269","name":"Resource not found","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auto_topup_enabled\": false,\n  \"auto_topup_threshold\": 24,\n  \"auto_topup_amount\": 63\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.bazzly.ai/public/v1/projects/:projectId/credits/auto","host":["https://api.bazzly.ai"],"path":["public","v1","projects",":projectId","credits","auto"],"variable":[{"key":"projectId","value":"7b949d65-0b2e-ab29-fec3-72a3e79af8ad"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": 5400,\n  \"message\": \"string\",\n  \"error\": \"string\"\n}"}],"_postman_id":"1f8a9f70-856a-45fb-b07d-c7512189f5b0"}],"id":"a26f0ff9-f274-458b-8962-085dbe9897f8","_postman_id":"a26f0ff9-f274-458b-8962-085dbe9897f8","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","name":"Bazzly Public API","type":"collection"}}},{"name":"Get credit balance","id":"01cb229a-58aa-4422-abc7-7dd4ae195eee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.bazzly.ai/public/v1/projects/:projectId/credits","description":"<p>Returns the current credit balance for the project. Auto top-up configuration lives behind the <code>top-ups</code> scope at <code>/credits/auto</code>. Scope: <code>read</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","name":"Bazzly Public API","type":"collection"}},"urlObject":{"path":["public","v1","projects",":projectId","credits"],"host":["https://api.bazzly.ai"],"query":[],"variable":[{"type":"any","value":"7b949d65-0b2e-ab29-fec3-72a3e79af8ad","key":"projectId"}]}},"response":[{"id":"1e7a08e9-699c-4215-a7bb-7ed8a79109b5","name":"Credit summary","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.bazzly.ai/public/v1/projects/:projectId/credits","host":["https://api.bazzly.ai"],"path":["public","v1","projects",":projectId","credits"],"variable":[{"key":"projectId","value":"7b949d65-0b2e-ab29-fec3-72a3e79af8ad"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"projectId\": \"9da6aaf6-cd2a-35e4-d990-a922bbbd5e21\",\n  \"balance\": {\n    \"monthly\": 6936.869045417804,\n    \"topped_up\": 68.02820276644361,\n    \"total\": 6447.5927046902125\n  }\n}"},{"id":"d2663c9b-a48d-4b34-9df3-1b7706d3cf65","name":"Resource not found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.bazzly.ai/public/v1/projects/:projectId/credits","host":["https://api.bazzly.ai"],"path":["public","v1","projects",":projectId","credits"],"variable":[{"key":"projectId","value":"7b949d65-0b2e-ab29-fec3-72a3e79af8ad"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": 5400,\n  \"message\": \"string\",\n  \"error\": \"string\"\n}"}],"_postman_id":"01cb229a-58aa-4422-abc7-7dd4ae195eee"}],"id":"d642a7be-efc2-4c89-a393-747c56bcdbe7","_postman_id":"d642a7be-efc2-4c89-a393-747c56bcdbe7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","name":"Bazzly Public API","type":"collection"}}},{"name":"activate","item":[{"name":"Activate project","id":"30f52d19-e783-4e63-9b9f-0c3207dfc88d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"confirmPaymentSpend\": false,\n  \"profile\": {\n    \"product_name\": \"string\",\n    \"product_url\": \"string\",\n    \"product_description\": \"stringstringstringstringstringstringstringstringstringstringstringstring\",\n    \"icp\": \"stringstringstringstring\",\n    \"keywords\": [\n      \"string\",\n      \"string\"\n    ],\n    \"competitors\": [\n      \"string\",\n      \"string\"\n    ],\n    \"pain_points\": [\n      \"string\",\n      \"string\"\n    ],\n    \"key_benefits\": [\n      \"string\",\n      \"string\"\n    ],\n    \"key_features\": [\n      \"string\",\n      \"string\"\n    ],\n    \"watched_subreddits\": [\n      \"string\",\n      \"string\"\n    ],\n    \"dm_template\": \"string\",\n    \"discover_score_threshold\": 61,\n    \"discover_classifications\": [\n      \"string\",\n      \"string\"\n    ],\n    \"scoring_custom_instructions\": null,\n    \"reply_custom_instructions\": null\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.bazzly.ai/public/v1/projects/:projectId/activate","description":"<p>Activates a <code>draft</code> or <code>inactive</code> project — the public-API equivalent of clicking Save on a draft project in the dashboard. Behavior matches the dashboard exactly:</p>\n<ul>\n<li><strong>First project, or available seat</strong>: activates immediately with the full plan-tier credits, no Stripe charge.</li>\n<li><strong>New seat required</strong>: returns a prorated billing preview unless <code>confirmPaymentSpend: true</code> is supplied. With confirmation, charges the saved card with proration (<code>always_invoice</code>), credits the project a prorated amount, sets <code>status: active</code>, and queues an embedding + match job.</li>\n</ul>\n<p>Optionally include a <code>profile</code> object (same shape as <code>PATCH /projects/{projectId}</code>) to save profile fields atomically with activation. Scope: <code>top-ups</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","name":"Bazzly Public API","type":"collection"}},"urlObject":{"path":["public","v1","projects",":projectId","activate"],"host":["https://api.bazzly.ai"],"query":[],"variable":[{"id":"2931481c-eff7-4bdd-89c2-6acd07f755fb","type":"any","value":"44c760f9-125e-fd0e-c269-f7e19f366239","key":"projectId"}]}},"response":[{"id":"2c473b10-d389-4583-96ab-1606ce4d6aeb","name":"Either an activation preview (when billing is required and not confirmed) or the activation receipt.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"confirmPaymentSpend\": false,\n  \"profile\": {\n    \"product_name\": \"string\",\n    \"product_url\": \"string\",\n    \"product_description\": \"stringstringstringstringstringstringstringstringstringstringstringstring\",\n    \"icp\": \"stringstringstringstring\",\n    \"keywords\": [\n      \"string\",\n      \"string\"\n    ],\n    \"competitors\": [\n      \"string\",\n      \"string\"\n    ],\n    \"pain_points\": [\n      \"string\",\n      \"string\"\n    ],\n    \"key_benefits\": [\n      \"string\",\n      \"string\"\n    ],\n    \"key_features\": [\n      \"string\",\n      \"string\"\n    ],\n    \"watched_subreddits\": [\n      \"string\",\n      \"string\"\n    ],\n    \"dm_template\": \"string\",\n    \"discover_score_threshold\": 61,\n    \"discover_classifications\": [\n      \"string\",\n      \"string\"\n    ],\n    \"scoring_custom_instructions\": null,\n    \"reply_custom_instructions\": null\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.bazzly.ai/public/v1/projects/:projectId/activate","host":["https://api.bazzly.ai"],"path":["public","v1","projects",":projectId","activate"],"variable":[{"key":"projectId","value":"44c760f9-125e-fd0e-c269-f7e19f366239"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"requiresConfirmation\": true,\n  \"projectId\": \"9abbd334-9522-49bf-16d2-3bc5726ce550\",\n  \"billing\": {\n    \"proratedChargeCents\": 8712,\n    \"currency\": \"string\",\n    \"billingInterval\": \"month\",\n    \"totalProjects\": 8837,\n    \"nextBillingAmountCents\": 2733,\n    \"nextBillingDate\": \"1955-05-25T13:46:58.249Z\",\n    \"proratedCredits\": 5309,\n    \"creditsPerProject\": 5299\n  },\n  \"message\": \"string\"\n}"},{"id":"fbb0a899-e171-4614-b4ce-e92aa80d5096","name":"Invalid request body or query","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"confirmPaymentSpend\": false,\n  \"profile\": {\n    \"product_name\": \"string\",\n    \"product_url\": \"string\",\n    \"product_description\": \"stringstringstringstringstringstringstringstringstringstringstringstring\",\n    \"icp\": \"stringstringstringstring\",\n    \"keywords\": [\n      \"string\",\n      \"string\"\n    ],\n    \"competitors\": [\n      \"string\",\n      \"string\"\n    ],\n    \"pain_points\": [\n      \"string\",\n      \"string\"\n    ],\n    \"key_benefits\": [\n      \"string\",\n      \"string\"\n    ],\n    \"key_features\": [\n      \"string\",\n      \"string\"\n    ],\n    \"watched_subreddits\": [\n      \"string\",\n      \"string\"\n    ],\n    \"dm_template\": \"string\",\n    \"discover_score_threshold\": 61,\n    \"discover_classifications\": [\n      \"string\",\n      \"string\"\n    ],\n    \"scoring_custom_instructions\": null,\n    \"reply_custom_instructions\": null\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.bazzly.ai/public/v1/projects/:projectId/activate","host":["https://api.bazzly.ai"],"path":["public","v1","projects",":projectId","activate"],"variable":[{"key":"projectId","value":"44c760f9-125e-fd0e-c269-f7e19f366239"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": 8252,\n  \"message\": \"string\",\n  \"error\": \"string\"\n}"},{"id":"7770d7ca-9f40-4f33-8dc5-fe865e50bc70","name":"Caller is missing the required scope or subscription gate","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"confirmPaymentSpend\": false,\n  \"profile\": {\n    \"product_name\": \"string\",\n    \"product_url\": \"string\",\n    \"product_description\": \"stringstringstringstringstringstringstringstringstringstringstringstring\",\n    \"icp\": \"stringstringstringstring\",\n    \"keywords\": [\n      \"string\",\n      \"string\"\n    ],\n    \"competitors\": [\n      \"string\",\n      \"string\"\n    ],\n    \"pain_points\": [\n      \"string\",\n      \"string\"\n    ],\n    \"key_benefits\": [\n      \"string\",\n      \"string\"\n    ],\n    \"key_features\": [\n      \"string\",\n      \"string\"\n    ],\n    \"watched_subreddits\": [\n      \"string\",\n      \"string\"\n    ],\n    \"dm_template\": \"string\",\n    \"discover_score_threshold\": 61,\n    \"discover_classifications\": [\n      \"string\",\n      \"string\"\n    ],\n    \"scoring_custom_instructions\": null,\n    \"reply_custom_instructions\": null\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.bazzly.ai/public/v1/projects/:projectId/activate","host":["https://api.bazzly.ai"],"path":["public","v1","projects",":projectId","activate"],"variable":[{"key":"projectId","value":"44c760f9-125e-fd0e-c269-f7e19f366239"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": 8252,\n  \"message\": \"string\",\n  \"error\": \"string\"\n}"},{"id":"14752033-12a5-4872-a4a6-e27287ec18ed","name":"Resource not found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"confirmPaymentSpend\": false,\n  \"profile\": {\n    \"product_name\": \"string\",\n    \"product_url\": \"string\",\n    \"product_description\": \"stringstringstringstringstringstringstringstringstringstringstringstring\",\n    \"icp\": \"stringstringstringstring\",\n    \"keywords\": [\n      \"string\",\n      \"string\"\n    ],\n    \"competitors\": [\n      \"string\",\n      \"string\"\n    ],\n    \"pain_points\": [\n      \"string\",\n      \"string\"\n    ],\n    \"key_benefits\": [\n      \"string\",\n      \"string\"\n    ],\n    \"key_features\": [\n      \"string\",\n      \"string\"\n    ],\n    \"watched_subreddits\": [\n      \"string\",\n      \"string\"\n    ],\n    \"dm_template\": \"string\",\n    \"discover_score_threshold\": 61,\n    \"discover_classifications\": [\n      \"string\",\n      \"string\"\n    ],\n    \"scoring_custom_instructions\": null,\n    \"reply_custom_instructions\": null\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.bazzly.ai/public/v1/projects/:projectId/activate","host":["https://api.bazzly.ai"],"path":["public","v1","projects",":projectId","activate"],"variable":[{"key":"projectId","value":"44c760f9-125e-fd0e-c269-f7e19f366239"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": 8252,\n  \"message\": \"string\",\n  \"error\": \"string\"\n}"}],"_postman_id":"30f52d19-e783-4e63-9b9f-0c3207dfc88d"}],"id":"5b2f2626-aca3-4c8d-9c22-485aabe0750d","_postman_id":"5b2f2626-aca3-4c8d-9c22-485aabe0750d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","name":"Bazzly Public API","type":"collection"}}},{"name":"Get project","id":"fbdeff49-bbd5-4e7e-91b5-572d212cc8e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.bazzly.ai/public/v1/projects/:projectId","description":"<p>Returns the full project profile (including <code>reply_custom_instructions</code>). Scope: <code>read</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","name":"Bazzly Public API","type":"collection"}},"urlObject":{"path":["public","v1","projects",":projectId"],"host":["https://api.bazzly.ai"],"query":[],"variable":[{"type":"any","value":"7b949d65-0b2e-ab29-fec3-72a3e79af8ad","key":"projectId"}]}},"response":[{"id":"0ba6eeb7-603d-4856-9e17-5247fbb50972","name":"Project","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.bazzly.ai/public/v1/projects/:projectId","host":["https://api.bazzly.ai"],"path":["public","v1","projects",":projectId"],"variable":[{"key":"projectId","value":"7b949d65-0b2e-ab29-fec3-72a3e79af8ad"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"key_0\": \"string\",\n  \"key_1\": 8319\n}"},{"id":"19f811b7-068f-43a8-8807-46934e44dc88","name":"Resource not found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.bazzly.ai/public/v1/projects/:projectId","host":["https://api.bazzly.ai"],"path":["public","v1","projects",":projectId"],"variable":[{"key":"projectId","value":"7b949d65-0b2e-ab29-fec3-72a3e79af8ad"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": 5400,\n  \"message\": \"string\",\n  \"error\": \"string\"\n}"}],"_postman_id":"fbdeff49-bbd5-4e7e-91b5-572d212cc8e0"},{"name":"Update project profile","id":"f3381af1-39c3-4830-b87f-57de3f5aadae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"product_name\": \"string\",\n  \"product_url\": \"string\",\n  \"product_description\": \"stringstringstringstringstringstringstringstringstringstringstringstrin\",\n  \"icp\": \"stringstringstringstring\",\n  \"keywords\": [\n    \"string\",\n    \"string\"\n  ],\n  \"competitors\": [\n    \"string\",\n    \"string\"\n  ],\n  \"pain_points\": [\n    \"string\",\n    \"string\"\n  ],\n  \"key_benefits\": [\n    \"string\",\n    \"string\"\n  ],\n  \"key_features\": [\n    \"string\",\n    \"string\"\n  ],\n  \"watched_subreddits\": [\n    \"string\",\n    \"string\"\n  ],\n  \"dm_template\": \"string\",\n  \"discover_score_threshold\": 21,\n  \"discover_classifications\": null,\n  \"scoring_custom_instructions\": \"string\",\n  \"reply_custom_instructions\": null\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.bazzly.ai/public/v1/projects/:projectId","description":"<p>Updates allowed project profile fields, including <code>reply_custom_instructions</code>. Autopilot fields and auto top-up fields are NOT accepted here — use <code>/credits/auto</code> for auto top-ups. Embedding-relevant fields trigger an embedding refresh. Scope: <code>write</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","name":"Bazzly Public API","type":"collection"}},"urlObject":{"path":["public","v1","projects",":projectId"],"host":["https://api.bazzly.ai"],"query":[],"variable":[{"type":"any","value":"7b949d65-0b2e-ab29-fec3-72a3e79af8ad","key":"projectId"}]}},"response":[{"id":"a3f661e8-4162-4e5a-88e0-65795de3fcec","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"product_name\": \"string\",\n  \"product_url\": \"string\",\n  \"product_description\": \"stringstringstringstringstringstringstringstringstringstringstringstrin\",\n  \"icp\": \"stringstringstringstring\",\n  \"keywords\": [\n    \"string\",\n    \"string\"\n  ],\n  \"competitors\": [\n    \"string\",\n    \"string\"\n  ],\n  \"pain_points\": [\n    \"string\",\n    \"string\"\n  ],\n  \"key_benefits\": [\n    \"string\",\n    \"string\"\n  ],\n  \"key_features\": [\n    \"string\",\n    \"string\"\n  ],\n  \"watched_subreddits\": [\n    \"string\",\n    \"string\"\n  ],\n  \"dm_template\": \"string\",\n  \"discover_score_threshold\": 21,\n  \"discover_classifications\": null,\n  \"scoring_custom_instructions\": \"string\",\n  \"reply_custom_instructions\": null\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.bazzly.ai/public/v1/projects/:projectId","host":["https://api.bazzly.ai"],"path":["public","v1","projects",":projectId"],"variable":[{"key":"projectId","value":"7b949d65-0b2e-ab29-fec3-72a3e79af8ad"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false\n}"},{"id":"7a528495-7466-4dbd-bec1-15b310de43ba","name":"Resource not found","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"product_name\": \"string\",\n  \"product_url\": \"string\",\n  \"product_description\": \"stringstringstringstringstringstringstringstringstringstringstringstrin\",\n  \"icp\": \"stringstringstringstring\",\n  \"keywords\": [\n    \"string\",\n    \"string\"\n  ],\n  \"competitors\": [\n    \"string\",\n    \"string\"\n  ],\n  \"pain_points\": [\n    \"string\",\n    \"string\"\n  ],\n  \"key_benefits\": [\n    \"string\",\n    \"string\"\n  ],\n  \"key_features\": [\n    \"string\",\n    \"string\"\n  ],\n  \"watched_subreddits\": [\n    \"string\",\n    \"string\"\n  ],\n  \"dm_template\": \"string\",\n  \"discover_score_threshold\": 21,\n  \"discover_classifications\": null,\n  \"scoring_custom_instructions\": \"string\",\n  \"reply_custom_instructions\": null\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.bazzly.ai/public/v1/projects/:projectId","host":["https://api.bazzly.ai"],"path":["public","v1","projects",":projectId"],"variable":[{"key":"projectId","value":"7b949d65-0b2e-ab29-fec3-72a3e79af8ad"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": 5400,\n  \"message\": \"string\",\n  \"error\": \"string\"\n}"}],"_postman_id":"f3381af1-39c3-4830-b87f-57de3f5aadae"}],"id":"4ccfd151-65e2-4d11-bd99-e3ae8f5e7ffd","_postman_id":"4ccfd151-65e2-4d11-bd99-e3ae8f5e7ffd","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","name":"Bazzly Public API","type":"collection"}}},{"name":"List projects","id":"82aa5f1b-7f80-43a1-b34e-8826cf55d477","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.bazzly.ai/public/v1/projects","description":"<p>Lists projects owned by the authenticated user. Scope: <code>read</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","name":"Bazzly Public API","type":"collection"}},"urlObject":{"path":["public","v1","projects"],"host":["https://api.bazzly.ai"],"query":[],"variable":[]}},"response":[{"id":"7835dad6-23b9-494a-9725-a76474bfd483","name":"Project list","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.bazzly.ai/public/v1/projects"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"88a2e993-581d-c50e-907d-e6943127da21\",\n      \"product_name\": \"string\",\n      \"product_url\": null,\n      \"status\": \"string\",\n      \"credits_monthly\": 4756.384516606422,\n      \"credits_topped_up\": 4602.647618277573,\n      \"cancel_at_period_end\": null,\n      \"created_at\": \"1998-03-03T17:05:15.201Z\",\n      \"updated_at\": \"2006-11-19T23:00:33.847Z\"\n    },\n    {\n      \"id\": \"02651c20-ad03-0c41-c422-3a0deb7093a1\",\n      \"product_name\": \"string\",\n      \"product_url\": null,\n      \"status\": \"string\",\n      \"credits_monthly\": 3038.057993274965,\n      \"credits_topped_up\": 997.8794176371886,\n      \"cancel_at_period_end\": false,\n      \"created_at\": \"1994-05-21T05:00:46.765Z\",\n      \"updated_at\": \"2024-11-28T18:52:12.792Z\"\n    }\n  ]\n}"}],"_postman_id":"82aa5f1b-7f80-43a1-b34e-8826cf55d477"},{"name":"Create project from URL","id":"8bde8c1a-9909-0649-eaf5-2888cb86422d","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://yourproduct.com\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.bazzly.ai/public/v1/projects","description":"<p>Creates a new project by scraping the supplied product URL and auto-filling the profile (name, description, ICP, keywords, subreddits, etc.). The first project on the account is created as <code>active</code>; every subsequent project is created as <code>draft</code> and must be activated via <code>POST /projects/{projectId}/activate</code> before it starts producing opportunities. Plan limits are enforced — exceeds-<code>projectsMax</code> and <code>&gt;2 drafts</code> both return 403. Scope: <code>write</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","name":"Bazzly Public API","type":"collection"}},"urlObject":{"path":["public","v1","projects"],"host":["https://api.bazzly.ai"],"query":[],"variable":[]}},"response":[{"id":"c5fdde3a-5c05-b7c8-3995-657396b52c08","name":"Project created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://yourproduct.com\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.bazzly.ai/public/v1/projects"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"projectId\": \"d7cbd982-ceef-e237-37ee-aa22ff024f13\",\n  \"status\": \"draft\",\n  \"requiresActivation\": true\n}"},{"id":"5c4004de-3541-cf38-49f9-bf804c4b3c48","name":"Caller is missing the required scope or subscription gate","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://yourproduct.com\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.bazzly.ai/public/v1/projects"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"value":"application/json","key":"Content-Type"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": 403,\n  \"message\": \"Maximum number of projects (10) already reached for Pro plan\",\n  \"error\": \"Forbidden\"\n}"},{"id":"1d6ccef3-94bf-4c7d-8159-60e9fbfa580b","name":"Invalid request body or query","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.bazzly.ai/public/v1/projects"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": 8252,\n  \"message\": \"string\",\n  \"error\": \"string\"\n}"}],"_postman_id":"8bde8c1a-9909-0649-eaf5-2888cb86422d"}],"id":"1df08a5f-6026-4d27-9c2f-466bb13745b8","_postman_id":"1df08a5f-6026-4d27-9c2f-466bb13745b8","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","name":"Bazzly Public API","type":"collection"}}},{"name":"opportunities","item":[{"name":"{id}","item":[{"name":"generate-reply","item":[{"name":"Generate AI reply draft","id":"605a1f56-4b85-46f6-ac2b-a3d799e7eaaa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"confirmCreditSpend\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.bazzly.ai/public/v1/opportunities/:id/generate-reply","description":"<p>Generates and saves an AI reply draft. Costs 0.1 credit when confirmed. Scope: <code>write</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","name":"Bazzly Public API","type":"collection"}},"urlObject":{"path":["public","v1","opportunities",":id","generate-reply"],"host":["https://api.bazzly.ai"],"query":[],"variable":[{"description":{"content":"<p>Prefixed opportunity id: <code>ro-{uuid}</code> for recent reply opportunities, <code>sp-{uuid}</code> for top-ranked SERP posts.</p>\n","type":"text/plain"},"type":"any","value":"sp-cd-448bcf1-","key":"id"}]}},"response":[{"id":"9210c5b6-78bd-4540-94cc-4c013a05f71c","name":"Generated text or credit preview","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"confirmCreditSpend\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.bazzly.ai/public/v1/opportunities/:id/generate-reply","host":["https://api.bazzly.ai"],"path":["public","v1","opportunities",":id","generate-reply"],"variable":[{"key":"id","value":"sp-cd-448bcf1-","description":"Prefixed opportunity id: `ro-{uuid}` for recent reply opportunities, `sp-{uuid}` for top-ranked SERP posts."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"requiresConfirmation\": false,\n  \"action\": \"string\",\n  \"credits\": 1268.940787113,\n  \"message\": \"string\"\n}"}],"_postman_id":"605a1f56-4b85-46f6-ac2b-a3d799e7eaaa"}],"id":"92c471c2-b2ae-41bd-bc76-53009a9cb0b6","_postman_id":"92c471c2-b2ae-41bd-bc76-53009a9cb0b6","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","name":"Bazzly Public API","type":"collection"}}},{"name":"Get opportunity","id":"69ff6833-b175-4868-91fa-e207d5da950d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.bazzly.ai/public/v1/opportunities/:id","description":"<p>Returns one opportunity by prefixed id. Scope: <code>read</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","name":"Bazzly Public API","type":"collection"}},"urlObject":{"path":["public","v1","opportunities",":id"],"host":["https://api.bazzly.ai"],"query":[],"variable":[{"description":{"content":"<p>Prefixed opportunity id: <code>ro-{uuid}</code> for recent reply opportunities, <code>sp-{uuid}</code> for top-ranked SERP posts.</p>\n","type":"text/plain"},"type":"any","value":"sp-cd-448bcf1-","key":"id"}]}},"response":[{"id":"b4436927-486b-4bec-99a3-019cd17d99a7","name":"Opportunity","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.bazzly.ai/public/v1/opportunities/:id","host":["https://api.bazzly.ai"],"path":["public","v1","opportunities",":id"],"variable":[{"key":"id","value":"sp-cd-448bcf1-","description":"Prefixed opportunity id: `ro-{uuid}` for recent reply opportunities, `sp-{uuid}` for top-ranked SERP posts."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"string\",\n  \"type\": \"top_ranked\",\n  \"projectId\": \"7299f8a4-b57d-fa30-1621-fb8d455c26bf\",\n  \"productName\": null,\n  \"productUrl\": \"string\",\n  \"postTitle\": null,\n  \"postBody\": \"string\",\n  \"postUrl\": null,\n  \"subreddit\": \"string\",\n  \"postAuthor\": null,\n  \"postCreatedUtc\": 2913,\n  \"discoveredAt\": \"1974-12-06T11:52:00.045Z\",\n  \"postScore\": 689,\n  \"postNumComments\": 8151,\n  \"matchPercent\": 65,\n  \"matchReason\": \"string\",\n  \"llmClassification\": null,\n  \"proposedReply\": \"string\",\n  \"status\": null,\n  \"serpPosition\": 693,\n  \"estimatedTraffic\": null,\n  \"serpQuery\": null\n}"},{"id":"13946150-e993-4ed7-9840-a3241aa37365","name":"Resource not found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.bazzly.ai/public/v1/opportunities/:id","host":["https://api.bazzly.ai"],"path":["public","v1","opportunities",":id"],"variable":[{"key":"id","value":"sp-cd-448bcf1-","description":"Prefixed opportunity id: `ro-{uuid}` for recent reply opportunities, `sp-{uuid}` for top-ranked SERP posts."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": 5400,\n  \"message\": \"string\",\n  \"error\": \"string\"\n}"}],"_postman_id":"69ff6833-b175-4868-91fa-e207d5da950d"},{"name":"Update or skip opportunity","id":"edb07f3d-797a-431b-af1b-ca77971f804d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"proposed_reply\": \"string\",\n  \"skip\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.bazzly.ai/public/v1/opportunities/:id","description":"<p>Pass <code>proposed_reply</code> to save a draft, or <code>skip=true</code> to dismiss the opportunity. Scope: <code>write</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","name":"Bazzly Public API","type":"collection"}},"urlObject":{"path":["public","v1","opportunities",":id"],"host":["https://api.bazzly.ai"],"query":[],"variable":[{"description":{"content":"<p>Prefixed opportunity id: <code>ro-{uuid}</code> for recent reply opportunities, <code>sp-{uuid}</code> for top-ranked SERP posts.</p>\n","type":"text/plain"},"type":"any","value":"sp-cd-448bcf1-","key":"id"}]}},"response":[{"id":"451353fa-7f23-48ed-80b2-c901744bf2a1","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"proposed_reply\": \"string\",\n  \"skip\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.bazzly.ai/public/v1/opportunities/:id","host":["https://api.bazzly.ai"],"path":["public","v1","opportunities",":id"],"variable":[{"key":"id","value":"sp-cd-448bcf1-","description":"Prefixed opportunity id: `ro-{uuid}` for recent reply opportunities, `sp-{uuid}` for top-ranked SERP posts."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false\n}"},{"id":"64eb1917-ae57-4fca-bec0-261943e5e53d","name":"Resource not found","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"proposed_reply\": \"string\",\n  \"skip\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.bazzly.ai/public/v1/opportunities/:id","host":["https://api.bazzly.ai"],"path":["public","v1","opportunities",":id"],"variable":[{"key":"id","value":"sp-cd-448bcf1-","description":"Prefixed opportunity id: `ro-{uuid}` for recent reply opportunities, `sp-{uuid}` for top-ranked SERP posts."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": 5400,\n  \"message\": \"string\",\n  \"error\": \"string\"\n}"}],"_postman_id":"edb07f3d-797a-431b-af1b-ca77971f804d"}],"id":"f2793d6c-c243-4149-9b1f-e18d4f58d6e3","_postman_id":"f2793d6c-c243-4149-9b1f-e18d4f58d6e3","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","name":"Bazzly Public API","type":"collection"}}},{"name":"List opportunities","id":"cdeb945e-14a5-4681-93bb-2bd44d6cd535","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.bazzly.ai/public/v1/opportunities?projectId=7b949d65-0b2e-ab29-fec3-72a3e79af8ad&filter=all&sort=score&limit=8&offset=1983","description":"<p>Returns a unified list of Reddit opportunities. The <code>filter</code> query selects between <code>recent</code> reply opportunities, <code>top-ranked</code> SERP posts, or <code>all</code> (merged). IDs in the response are prefixed: <code>ro-{uuid}</code> for recent, <code>sp-{uuid}</code> for top-ranked. Scope: <code>read</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","name":"Bazzly Public API","type":"collection"}},"urlObject":{"path":["public","v1","opportunities"],"host":["https://api.bazzly.ai"],"query":[{"key":"projectId","value":"7b949d65-0b2e-ab29-fec3-72a3e79af8ad"},{"key":"filter","value":"all"},{"key":"sort","value":"score"},{"key":"limit","value":"8"},{"key":"offset","value":"1983"}],"variable":[]}},"response":[{"id":"0a5d73d4-0360-430b-8aec-c8a47dde935a","name":"Opportunity list","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.bazzly.ai/public/v1/opportunities?projectId=7b949d65-0b2e-ab29-fec3-72a3e79af8ad&filter=all&sort=score&limit=8&offset=1983","host":["https://api.bazzly.ai"],"path":["public","v1","opportunities"],"query":[{"key":"projectId","value":"7b949d65-0b2e-ab29-fec3-72a3e79af8ad"},{"key":"filter","value":"all"},{"key":"sort","value":"score"},{"key":"limit","value":"8"},{"key":"offset","value":"1983"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"string\",\n      \"type\": \"recent\",\n      \"projectId\": \"e1656d38-4791-f99c-d908-3f75a476e892\",\n      \"productName\": null,\n      \"productUrl\": null,\n      \"postTitle\": \"string\",\n      \"postBody\": null,\n      \"postUrl\": null,\n      \"subreddit\": null,\n      \"postAuthor\": null,\n      \"postCreatedUtc\": null,\n      \"discoveredAt\": null,\n      \"postScore\": null,\n      \"postNumComments\": 6808,\n      \"matchPercent\": 43,\n      \"matchReason\": null,\n      \"llmClassification\": \"string\",\n      \"proposedReply\": null,\n      \"status\": \"string\",\n      \"serpPosition\": null,\n      \"estimatedTraffic\": null,\n      \"serpQuery\": \"string\"\n    },\n    {\n      \"id\": \"string\",\n      \"type\": \"top_ranked\",\n      \"projectId\": \"7c743be7-9c25-83db-4a86-8df8b05a0028\",\n      \"productName\": null,\n      \"productUrl\": \"string\",\n      \"postTitle\": \"string\",\n      \"postBody\": null,\n      \"postUrl\": null,\n      \"subreddit\": \"string\",\n      \"postAuthor\": \"string\",\n      \"postCreatedUtc\": null,\n      \"discoveredAt\": \"1987-11-24T01:06:49.303Z\",\n      \"postScore\": null,\n      \"postNumComments\": 7268,\n      \"matchPercent\": 96,\n      \"matchReason\": \"string\",\n      \"llmClassification\": null,\n      \"proposedReply\": \"string\",\n      \"status\": null,\n      \"serpPosition\": null,\n      \"estimatedTraffic\": 8361,\n      \"serpQuery\": \"string\"\n    }\n  ],\n  \"total\": 5446,\n  \"counts\": {\n    \"recent\": 1766,\n    \"topRanked\": 1932,\n    \"total\": 1227\n  },\n  \"nextOffset\": 8782\n}"}],"_postman_id":"cdeb945e-14a5-4681-93bb-2bd44d6cd535"}],"id":"73237601-5c56-4333-982f-c4d918c6883f","_postman_id":"73237601-5c56-4333-982f-c4d918c6883f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","name":"Bazzly Public API","type":"collection"}}},{"name":"leads","item":[{"name":"{id}","item":[{"name":"generate-dm","item":[{"name":"Generate AI DM draft","id":"58477616-9fc8-4cb6-801b-f0fee0cade58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"confirmCreditSpend\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.bazzly.ai/public/v1/leads/:id/generate-dm","description":"<p>Generates and saves an AI DM draft. Costs 0.1 credit when confirmed. Scope: <code>write</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","name":"Bazzly Public API","type":"collection"}},"urlObject":{"path":["public","v1","leads",":id","generate-dm"],"host":["https://api.bazzly.ai"],"query":[],"variable":[{"type":"any","value":"7b949d65-0b2e-ab29-fec3-72a3e79af8ad","key":"id"}]}},"response":[{"id":"753cc63a-75ac-40a0-badf-818ed6adcbcf","name":"Generated text or credit preview","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"confirmCreditSpend\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.bazzly.ai/public/v1/leads/:id/generate-dm","host":["https://api.bazzly.ai"],"path":["public","v1","leads",":id","generate-dm"],"variable":[{"key":"id","value":"7b949d65-0b2e-ab29-fec3-72a3e79af8ad"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"requiresConfirmation\": false,\n  \"action\": \"string\",\n  \"credits\": 1268.940787113,\n  \"message\": \"string\"\n}"}],"_postman_id":"58477616-9fc8-4cb6-801b-f0fee0cade58"}],"id":"999a7687-31ac-4ca7-a5f8-781e43886a66","_postman_id":"999a7687-31ac-4ca7-a5f8-781e43886a66","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","name":"Bazzly Public API","type":"collection"}}},{"name":"Get lead","id":"4e165899-0391-4024-a259-ec47aab5242d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.bazzly.ai/public/v1/leads/:id","description":"<p>Returns one lead by id. Scope: <code>read</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","name":"Bazzly Public API","type":"collection"}},"urlObject":{"path":["public","v1","leads",":id"],"host":["https://api.bazzly.ai"],"query":[],"variable":[{"type":"any","value":"7b949d65-0b2e-ab29-fec3-72a3e79af8ad","key":"id"}]}},"response":[{"id":"3539c4f9-81a8-42b0-b138-26765440b842","name":"Lead","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.bazzly.ai/public/v1/leads/:id","host":["https://api.bazzly.ai"],"path":["public","v1","leads",":id"],"variable":[{"key":"id","value":"7b949d65-0b2e-ab29-fec3-72a3e79af8ad"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"key_0\": 7729.479829794328,\n  \"key_1\": false,\n  \"key_2\": \"string\"\n}"},{"id":"208f7ef2-4c5a-4d33-b890-4fc1363531ae","name":"Resource not found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.bazzly.ai/public/v1/leads/:id","host":["https://api.bazzly.ai"],"path":["public","v1","leads",":id"],"variable":[{"key":"id","value":"7b949d65-0b2e-ab29-fec3-72a3e79af8ad"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": 5400,\n  \"message\": \"string\",\n  \"error\": \"string\"\n}"}],"_postman_id":"4e165899-0391-4024-a259-ec47aab5242d"},{"name":"Update or skip lead","id":"0e6aca8d-9a75-4450-aeca-7d7fbdee81fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"proposed_dm\": \"string\",\n  \"skip\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.bazzly.ai/public/v1/leads/:id","description":"<p>Pass <code>proposed_dm</code> to save a draft, or <code>skip=true</code> to dismiss the lead. Scope: <code>write</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","name":"Bazzly Public API","type":"collection"}},"urlObject":{"path":["public","v1","leads",":id"],"host":["https://api.bazzly.ai"],"query":[],"variable":[{"type":"any","value":"7b949d65-0b2e-ab29-fec3-72a3e79af8ad","key":"id"}]}},"response":[{"id":"e5dbdcff-de4d-40fa-99ef-c4b43e80af49","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"proposed_dm\": \"string\",\n  \"skip\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.bazzly.ai/public/v1/leads/:id","host":["https://api.bazzly.ai"],"path":["public","v1","leads",":id"],"variable":[{"key":"id","value":"7b949d65-0b2e-ab29-fec3-72a3e79af8ad"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false\n}"},{"id":"b048dcd5-fe21-4e48-b173-e5b240a30f80","name":"Resource not found","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"proposed_dm\": \"string\",\n  \"skip\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.bazzly.ai/public/v1/leads/:id","host":["https://api.bazzly.ai"],"path":["public","v1","leads",":id"],"variable":[{"key":"id","value":"7b949d65-0b2e-ab29-fec3-72a3e79af8ad"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": 5400,\n  \"message\": \"string\",\n  \"error\": \"string\"\n}"}],"_postman_id":"0e6aca8d-9a75-4450-aeca-7d7fbdee81fd"}],"id":"5829c428-e190-4eb4-bc78-3df8161ee82d","_postman_id":"5829c428-e190-4eb4-bc78-3df8161ee82d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","name":"Bazzly Public API","type":"collection"}}},{"name":"List suggested DM leads","id":"b829bcaa-a294-4551-a2f8-7091e3c4a066","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.bazzly.ai/public/v1/leads?projectId=7b949d65-0b2e-ab29-fec3-72a3e79af8ad&sort=score&limit=8&offset=1983","description":"<p>Returns suggested leads. Scope: <code>read</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","name":"Bazzly Public API","type":"collection"}},"urlObject":{"path":["public","v1","leads"],"host":["https://api.bazzly.ai"],"query":[{"key":"projectId","value":"7b949d65-0b2e-ab29-fec3-72a3e79af8ad"},{"key":"sort","value":"score"},{"key":"limit","value":"8"},{"key":"offset","value":"1983"}],"variable":[]}},"response":[{"id":"5a8e1647-1298-4721-8b21-27b6e2a9369f","name":"Lead list","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.bazzly.ai/public/v1/leads?projectId=7b949d65-0b2e-ab29-fec3-72a3e79af8ad&sort=score&limit=8&offset=1983","host":["https://api.bazzly.ai"],"path":["public","v1","leads"],"query":[{"key":"projectId","value":"7b949d65-0b2e-ab29-fec3-72a3e79af8ad"},{"key":"sort","value":"score"},{"key":"limit","value":"8"},{"key":"offset","value":"1983"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"key_0\": true,\n      \"key_1\": false\n    },\n    {\n      \"key_0\": 1158\n    }\n  ],\n  \"total\": 5707,\n  \"nextOffset\": 3709\n}"}],"_postman_id":"b829bcaa-a294-4551-a2f8-7091e3c4a066"}],"id":"60506412-0016-4df2-9294-ef379e212614","_postman_id":"60506412-0016-4df2-9294-ef379e212614","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","name":"Bazzly Public API","type":"collection"}}},{"name":"queue","item":[{"name":"reply","item":[{"name":"{id}","item":[{"name":"cancel","item":[{"name":"Cancel a queued reply","id":"4d5e5e22-ee3c-4d69-948b-8d405c08c41b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.bazzly.ai/public/v1/queue/reply/:id/cancel","description":"<p>Cancels a reply that is still in <code>queued</code> state. Scope: <code>write</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","name":"Bazzly Public API","type":"collection"}},"urlObject":{"path":["public","v1","queue","reply",":id","cancel"],"host":["https://api.bazzly.ai"],"query":[],"variable":[{"type":"any","value":"7b949d65-0b2e-ab29-fec3-72a3e79af8ad","key":"id"}]}},"response":[{"id":"a35bb7af-9312-434c-a94c-2b296a15572e","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.bazzly.ai/public/v1/queue/reply/:id/cancel","host":["https://api.bazzly.ai"],"path":["public","v1","queue","reply",":id","cancel"],"variable":[{"key":"id","value":"7b949d65-0b2e-ab29-fec3-72a3e79af8ad"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false\n}"},{"id":"821660ed-3e89-4dc0-b797-e8874c81af05","name":"Resource not found","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.bazzly.ai/public/v1/queue/reply/:id/cancel","host":["https://api.bazzly.ai"],"path":["public","v1","queue","reply",":id","cancel"],"variable":[{"key":"id","value":"7b949d65-0b2e-ab29-fec3-72a3e79af8ad"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": 5400,\n  \"message\": \"string\",\n  \"error\": \"string\"\n}"}],"_postman_id":"4d5e5e22-ee3c-4d69-948b-8d405c08c41b"}],"id":"eaf61f45-9af8-47ae-9498-2a1fb38be274","_postman_id":"eaf61f45-9af8-47ae-9498-2a1fb38be274","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","name":"Bazzly Public API","type":"collection"}}},{"name":"retry","item":[{"name":"Retry a failed reply","id":"45695927-b1ed-4520-8eaa-bb6d738b0181","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.bazzly.ai/public/v1/queue/reply/:id/retry","description":"<p>Re-queues a reply that previously failed. Scope: <code>write</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","name":"Bazzly Public API","type":"collection"}},"urlObject":{"path":["public","v1","queue","reply",":id","retry"],"host":["https://api.bazzly.ai"],"query":[],"variable":[{"type":"any","value":"7b949d65-0b2e-ab29-fec3-72a3e79af8ad","key":"id"}]}},"response":[{"id":"9c86df3b-759f-4d3b-bc8d-80b1e247bb1b","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.bazzly.ai/public/v1/queue/reply/:id/retry","host":["https://api.bazzly.ai"],"path":["public","v1","queue","reply",":id","retry"],"variable":[{"key":"id","value":"7b949d65-0b2e-ab29-fec3-72a3e79af8ad"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false\n}"},{"id":"b55fb660-a2fb-498d-a772-6e6acad00b98","name":"Resource not found","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.bazzly.ai/public/v1/queue/reply/:id/retry","host":["https://api.bazzly.ai"],"path":["public","v1","queue","reply",":id","retry"],"variable":[{"key":"id","value":"7b949d65-0b2e-ab29-fec3-72a3e79af8ad"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": 5400,\n  \"message\": \"string\",\n  \"error\": \"string\"\n}"}],"_postman_id":"45695927-b1ed-4520-8eaa-bb6d738b0181"}],"id":"00dd3c0f-c22a-440b-af67-505691fdc55e","_postman_id":"00dd3c0f-c22a-440b-af67-505691fdc55e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","name":"Bazzly Public API","type":"collection"}}}],"id":"b39a2d68-74b8-4a95-9809-66d530d5f272","_postman_id":"b39a2d68-74b8-4a95-9809-66d530d5f272","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","name":"Bazzly Public API","type":"collection"}}},{"name":"List reply queue items","id":"8cdbc5eb-574f-4df9-b98c-d2a7c23f35b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.bazzly.ai/public/v1/queue/reply?projectId=7b949d65-0b2e-ab29-fec3-72a3e79af8ad&status=removed&limit=13&offset=1983","description":"<p>Lists reply queue items. <code>status</code> accepts <code>queued</code> (default), <code>posted</code>, <code>removed</code>, or <code>all</code>. Scope: <code>read</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","name":"Bazzly Public API","type":"collection"}},"urlObject":{"path":["public","v1","queue","reply"],"host":["https://api.bazzly.ai"],"query":[{"key":"projectId","value":"7b949d65-0b2e-ab29-fec3-72a3e79af8ad"},{"key":"status","value":"removed"},{"key":"limit","value":"13"},{"key":"offset","value":"1983"}],"variable":[]}},"response":[{"id":"a8c8f5c2-a1bb-4990-a711-9bc747af7ecd","name":"Queue items","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.bazzly.ai/public/v1/queue/reply?projectId=7b949d65-0b2e-ab29-fec3-72a3e79af8ad&status=removed&limit=13&offset=1983","host":["https://api.bazzly.ai"],"path":["public","v1","queue","reply"],"query":[{"key":"projectId","value":"7b949d65-0b2e-ab29-fec3-72a3e79af8ad"},{"key":"status","value":"removed"},{"key":"limit","value":"13"},{"key":"offset","value":"1983"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"key_0\": true,\n      \"key_1\": false\n    },\n    {\n      \"key_0\": 1158\n    }\n  ],\n  \"total\": 5707,\n  \"nextOffset\": 3709\n}"}],"_postman_id":"8cdbc5eb-574f-4df9-b98c-d2a7c23f35b6"},{"name":"Queue a reply","id":"4a5bd0a2-b5bc-4ed0-b890-12b6cb4547a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"opportunityId\": \"sp-9a\",\n  \"deliveryMethod\": \"high_karma\",\n  \"content\": \"string\",\n  \"upvotes\": {\n    \"quantity\": 850,\n    \"mode\": \"custom\"\n  },\n  \"confirmCreditSpend\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.bazzly.ai/public/v1/queue/reply","description":"<p>Queues a reply for an opportunity (recent or top-ranked). <code>opportunityId</code> must be a prefixed id (<code>ro-</code> or <code>sp-</code>). For <code>extension</code> delivery the user posts via the Bazzly browser extension. For <code>high_karma</code>, content is required and the system charges credits and submits to a third-party provider. When credits would be charged, returns a confirmation preview unless <code>confirmCreditSpend</code> is true. High-karma queueing requires an active paid subscription. Scope: <code>write</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","name":"Bazzly Public API","type":"collection"}},"urlObject":{"path":["public","v1","queue","reply"],"host":["https://api.bazzly.ai"],"query":[],"variable":[]}},"response":[{"id":"9d991152-74fd-4328-beca-04d21e7b3b0e","name":"Queue result or preview","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"opportunityId\": \"sp-9a\",\n  \"deliveryMethod\": \"high_karma\",\n  \"content\": \"string\",\n  \"upvotes\": {\n    \"quantity\": 850,\n    \"mode\": \"custom\"\n  },\n  \"confirmCreditSpend\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.bazzly.ai/public/v1/queue/reply"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"requiresConfirmation\": false,\n  \"projectId\": \"8462ea36-b47b-9478-70de-d2431e00d376\",\n  \"costs\": {\n    \"aiDraft\": 2593.1851572502997,\n    \"highKarmaComment\": 1341.977909791292,\n    \"upvotes\": 9331.348471259455,\n    \"total\": 9283.085485620759\n  },\n  \"message\": \"string\"\n}"}],"_postman_id":"4a5bd0a2-b5bc-4ed0-b890-12b6cb4547a0"}],"id":"0de166cf-e722-43ee-83fd-6721dceeae8c","_postman_id":"0de166cf-e722-43ee-83fd-6721dceeae8c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","name":"Bazzly Public API","type":"collection"}}},{"name":"dm","item":[{"name":"{id}","item":[{"name":"cancel","item":[{"name":"Cancel a queued DM","id":"2cd72cf7-2e7e-4636-8cba-60c5180b544a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.bazzly.ai/public/v1/queue/dm/:id/cancel","description":"<p>Cancels a DM still in <code>queued</code> state. Scope: <code>write</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","name":"Bazzly Public API","type":"collection"}},"urlObject":{"path":["public","v1","queue","dm",":id","cancel"],"host":["https://api.bazzly.ai"],"query":[],"variable":[{"type":"any","value":"7b949d65-0b2e-ab29-fec3-72a3e79af8ad","key":"id"}]}},"response":[{"id":"63b6ca35-275c-4af5-a03a-6c1bc293d9f5","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.bazzly.ai/public/v1/queue/dm/:id/cancel","host":["https://api.bazzly.ai"],"path":["public","v1","queue","dm",":id","cancel"],"variable":[{"key":"id","value":"7b949d65-0b2e-ab29-fec3-72a3e79af8ad"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false\n}"},{"id":"08beec4d-ca77-47cf-88a5-1b973a2a4a3c","name":"Resource not found","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.bazzly.ai/public/v1/queue/dm/:id/cancel","host":["https://api.bazzly.ai"],"path":["public","v1","queue","dm",":id","cancel"],"variable":[{"key":"id","value":"7b949d65-0b2e-ab29-fec3-72a3e79af8ad"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": 5400,\n  \"message\": \"string\",\n  \"error\": \"string\"\n}"}],"_postman_id":"2cd72cf7-2e7e-4636-8cba-60c5180b544a"}],"id":"73972ece-8611-4ea9-b3e5-10eb83dda67a","_postman_id":"73972ece-8611-4ea9-b3e5-10eb83dda67a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","name":"Bazzly Public API","type":"collection"}}},{"name":"retry","item":[{"name":"Retry a failed DM","id":"f719fe7b-827b-4205-8564-7c9b0069b123","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.bazzly.ai/public/v1/queue/dm/:id/retry","description":"<p>Re-queues a DM that previously failed. Scope: <code>write</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","name":"Bazzly Public API","type":"collection"}},"urlObject":{"path":["public","v1","queue","dm",":id","retry"],"host":["https://api.bazzly.ai"],"query":[],"variable":[{"type":"any","value":"7b949d65-0b2e-ab29-fec3-72a3e79af8ad","key":"id"}]}},"response":[{"id":"8e3ed536-2d8b-4417-b663-e569808645aa","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.bazzly.ai/public/v1/queue/dm/:id/retry","host":["https://api.bazzly.ai"],"path":["public","v1","queue","dm",":id","retry"],"variable":[{"key":"id","value":"7b949d65-0b2e-ab29-fec3-72a3e79af8ad"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false\n}"},{"id":"0f395b1f-813a-4bf4-b36d-840a3e9d0e49","name":"Resource not found","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.bazzly.ai/public/v1/queue/dm/:id/retry","host":["https://api.bazzly.ai"],"path":["public","v1","queue","dm",":id","retry"],"variable":[{"key":"id","value":"7b949d65-0b2e-ab29-fec3-72a3e79af8ad"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": 5400,\n  \"message\": \"string\",\n  \"error\": \"string\"\n}"}],"_postman_id":"f719fe7b-827b-4205-8564-7c9b0069b123"}],"id":"40953f95-fb48-4903-b093-072ed1c15b1c","_postman_id":"40953f95-fb48-4903-b093-072ed1c15b1c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","name":"Bazzly Public API","type":"collection"}}}],"id":"2d9b11b0-5f38-4206-b9b9-27ffbba69da6","_postman_id":"2d9b11b0-5f38-4206-b9b9-27ffbba69da6","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","name":"Bazzly Public API","type":"collection"}}},{"name":"List DM queue items","id":"99dc39e5-701a-4456-8f11-77a9ead1619e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.bazzly.ai/public/v1/queue/dm?projectId=7b949d65-0b2e-ab29-fec3-72a3e79af8ad&status=failed&limit=13&offset=1983","description":"<p>Lists DM queue items. <code>status</code> accepts <code>queued</code> (default), <code>sent</code>, <code>failed</code>. Scope: <code>read</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","name":"Bazzly Public API","type":"collection"}},"urlObject":{"path":["public","v1","queue","dm"],"host":["https://api.bazzly.ai"],"query":[{"key":"projectId","value":"7b949d65-0b2e-ab29-fec3-72a3e79af8ad"},{"key":"status","value":"failed"},{"key":"limit","value":"13"},{"key":"offset","value":"1983"}],"variable":[]}},"response":[{"id":"322f27d7-4ae3-469b-a3ba-7baefab44555","name":"DM queue items","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.bazzly.ai/public/v1/queue/dm?projectId=7b949d65-0b2e-ab29-fec3-72a3e79af8ad&status=failed&limit=13&offset=1983","host":["https://api.bazzly.ai"],"path":["public","v1","queue","dm"],"query":[{"key":"projectId","value":"7b949d65-0b2e-ab29-fec3-72a3e79af8ad"},{"key":"status","value":"failed"},{"key":"limit","value":"13"},{"key":"offset","value":"1983"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"key_0\": true,\n      \"key_1\": false\n    },\n    {\n      \"key_0\": 1158\n    }\n  ],\n  \"total\": 5707,\n  \"nextOffset\": 3709\n}"}],"_postman_id":"99dc39e5-701a-4456-8f11-77a9ead1619e"},{"name":"Queue a DM","id":"514418e8-a8f9-45da-8937-fef3179d0072","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"source\": \"opportunity\",\n  \"sourceId\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.bazzly.ai/public/v1/queue/dm","description":"<p>Queues a DM. <code>source=lead</code> uses a lead UUID; <code>source=opportunity</code> requires a <code>ro-</code> prefixed reply opportunity id (top-ranked SERP posts cannot be DMed). Scope: <code>write</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","name":"Bazzly Public API","type":"collection"}},"urlObject":{"path":["public","v1","queue","dm"],"host":["https://api.bazzly.ai"],"query":[],"variable":[]}},"response":[{"id":"c0100cb4-d09e-4934-8d71-395b113aa175","name":"Queue result","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"source\": \"opportunity\",\n  \"sourceId\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.bazzly.ai/public/v1/queue/dm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"outreachQueueId\": \"49f25e8b-9511-f3ee-2e79-98164a982c78\"\n}"}],"_postman_id":"514418e8-a8f9-45da-8937-fef3179d0072"}],"id":"1835ad53-b9a8-48c4-82e5-c51c7616189d","_postman_id":"1835ad53-b9a8-48c4-82e5-c51c7616189d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","name":"Bazzly Public API","type":"collection"}}}],"id":"e69bb75e-d6f6-4646-bb49-606639083528","_postman_id":"e69bb75e-d6f6-4646-bb49-606639083528","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","name":"Bazzly Public API","type":"collection"}}},{"name":"custom-tasks","item":[{"name":"Queue a high-karma reply on any Reddit URL","id":"aa9aad5c-c828-45ab-ac80-25a4cdaa55f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"projectId\": \"5e8e98d1-3bb6-ec15-b85c-303e84440c1b\",\n  \"redditUrl\": \"string\",\n  \"content\": \"string\",\n  \"upvotes\": {\n    \"quantity\": 1585,\n    \"mode\": \"custom\"\n  },\n  \"confirmCreditSpend\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.bazzly.ai/public/v1/custom-tasks","description":"<p>Creates a custom task for an arbitrary Reddit post or comment URL and queues a high-karma reply. If <code>content</code> is omitted, an AI reply is generated automatically (costs 0.1 credit). Always charges the high-karma comment fee, plus optional upvotes. Returns a cost preview unless <code>confirmCreditSpend</code> is true. Requires an active paid subscription. Scope: <code>write</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","name":"Bazzly Public API","type":"collection"}},"urlObject":{"path":["public","v1","custom-tasks"],"host":["https://api.bazzly.ai"],"query":[],"variable":[]}},"response":[{"id":"6912e2b8-f0d0-4a8f-8de0-3582a7aed06e","name":"Custom task result or cost preview","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"projectId\": \"5e8e98d1-3bb6-ec15-b85c-303e84440c1b\",\n  \"redditUrl\": \"string\",\n  \"content\": \"string\",\n  \"upvotes\": {\n    \"quantity\": 1585,\n    \"mode\": \"custom\"\n  },\n  \"confirmCreditSpend\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.bazzly.ai/public/v1/custom-tasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"requiresConfirmation\": false,\n  \"projectId\": \"8462ea36-b47b-9478-70de-d2431e00d376\",\n  \"costs\": {\n    \"aiDraft\": 2593.1851572502997,\n    \"highKarmaComment\": 1341.977909791292,\n    \"upvotes\": 9331.348471259455,\n    \"total\": 9283.085485620759\n  },\n  \"message\": \"string\"\n}"}],"_postman_id":"aa9aad5c-c828-45ab-ac80-25a4cdaa55f1"}],"id":"6237c407-f9ad-4021-9bd8-e9fcb5c8ec22","_postman_id":"6237c407-f9ad-4021-9bd8-e9fcb5c8ec22","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","name":"Bazzly Public API","type":"collection"}}}],"id":"f7778f04-9012-477b-ad04-723e21c07f97","_postman_id":"f7778f04-9012-477b-ad04-723e21c07f97","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","name":"Bazzly Public API","type":"collection"}}}],"id":"007ea787-d070-4e0d-8f22-f608b1dd5518","_postman_id":"007ea787-d070-4e0d-8f22-f608b1dd5518","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","name":"Bazzly Public API","type":"collection"}}},{"name":"mcp","item":[{"name":"Model Context Protocol endpoint","id":"16df7d06-ea41-469b-af95-1e4f2f21edb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.bazzly.ai/mcp","description":"<p>Streamable HTTP MCP transport. Authenticate with the same API key as the public REST API. The server exposes tools mirroring the REST surface; scopes are enforced per tool.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","name":"Bazzly Public API","type":"collection"}},"urlObject":{"path":["mcp"],"host":["https://api.bazzly.ai"],"query":[],"variable":[]}},"response":[{"id":"6bdce8ba-eadf-404a-8360-e17f50113fac","name":"MCP JSON-RPC response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.bazzly.ai/mcp"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"bc2e8508-3e03-445e-b52d-d50de145b05b","name":"API key missing or invalid","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.bazzly.ai/mcp"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": 5400,\n  \"message\": \"string\",\n  \"error\": \"string\"\n}"}],"_postman_id":"16df7d06-ea41-469b-af95-1e4f2f21edb5"}],"id":"998e7196-28c6-4e31-8e05-873b79cd40b3","_postman_id":"998e7196-28c6-4e31-8e05-873b79cd40b3","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","id":"5a9ef20e-7968-4c09-9c94-3a081217dd3f","name":"Bazzly Public API","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]}},"variable":[{"key":"baseUrl","value":"https://api.bazzly.ai","type":"any"}]}