{ "opencollection": "1.0.0", "info": { "name": "Segmind Account Fine-tuning API", "version": "1" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Fine-tuning", "type": "folder" }, "items": [ { "info": { "name": "Initiate a fine-tuning job", "type": "http" }, "http": { "method": "POST", "url": "https://api.segmind.com/finetune/request/submit", "body": { "type": "json", "data": "{}" } }, "docs": "Initiate a fine-tuning job" }, { "info": { "name": "Get details for a fine-tune request", "type": "http" }, "http": { "method": "GET", "url": "https://api.segmind.com/finetune/request/details", "params": [ { "name": "request_id", "value": "", "type": "query" } ] }, "docs": "Get details for a fine-tune request" }, { "info": { "name": "List fine-tuning requests", "type": "http" }, "http": { "method": "GET", "url": "https://api.segmind.com/finetune/request/list" }, "docs": "List fine-tuning requests" }, { "info": { "name": "Update fine-tuned model access (public/private)", "type": "http" }, "http": { "method": "PUT", "url": "https://api.segmind.com/finetune/request/access-update", "body": { "type": "json", "data": "{}" } }, "docs": "Update fine-tuned model access (public/private)" }, { "info": { "name": "Obtain a pre-signed upload URL for fine-tune data", "type": "http" }, "http": { "method": "GET", "url": "https://api.segmind.com/finetune/request/upload/pre-signed-url" }, "docs": "Obtain a pre-signed upload URL for fine-tune data" }, { "info": { "name": "Download trained model weights", "type": "http" }, "http": { "method": "GET", "url": "https://api.segmind.com/finetune/request/file/download", "params": [ { "name": "request_id", "value": "", "type": "query" } ] }, "docs": "Download trained model weights" } ] } ], "bundled": true }