{ "opencollection": "1.0.0", "info": { "name": "Evrim answers prompt-templates API", "version": "0.5.18" }, "items": [ { "info": { "name": "prompt-templates", "type": "folder" }, "items": [ { "info": { "name": "prompt_templates_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/prod/v0/prompt-templates/", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "prompt_templates_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/prod/v0/prompt-templates/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "prompt_templates_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/prod/v0/prompt-templates/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this prompt template." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } } ] } ], "bundled": true }