{ "opencollection": "1.0.0", "info": { "name": "Telnyx Access Tokens Fine Tuning API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Fine Tuning", "type": "folder" }, "items": [ { "info": { "name": "List fine tuning jobs", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/ai/fine_tuning/jobs" }, "docs": "Retrieve a list of all fine tuning jobs created by the user." }, { "info": { "name": "Create a fine tuning job", "type": "http" }, "http": { "method": "POST", "url": "https://api.telnyx.com/v2/ai/fine_tuning/jobs", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new fine tuning job." }, { "info": { "name": "Get a fine tuning job", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/ai/fine_tuning/jobs/:job_id", "params": [ { "name": "job_id", "value": "", "type": "path" } ] }, "docs": "Retrieve a fine tuning job by `job_id`." }, { "info": { "name": "Cancel a fine tuning job", "type": "http" }, "http": { "method": "POST", "url": "https://api.telnyx.com/v2/ai/fine_tuning/jobs/:job_id/cancel", "params": [ { "name": "job_id", "value": "", "type": "path" } ] }, "docs": "Cancel a fine tuning job." } ] } ], "bundled": true }