{ "opencollection": "1.0.0", "info": { "name": "Unstructured Partition channels sources API", "version": "1.5.58" }, "request": { "auth": { "type": "apikey", "key": "unstructured-api-key", "value": "{{unstructured-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "sources", "type": "folder" }, "items": [ { "info": { "name": "List available source connectors", "type": "http" }, "http": { "method": "GET", "url": "https://api.unstructuredapp.io/api/v1/sources/", "headers": [ { "name": "unstructured-api-key", "value": "" } ], "params": [ { "name": "source_type", "value": "", "type": "query" } ] }, "docs": "Retrieve a list of available source connectors." }, { "info": { "name": "Create source connector", "type": "http" }, "http": { "method": "POST", "url": "https://api.unstructuredapp.io/api/v1/sources/", "headers": [ { "name": "unstructured-api-key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new source connector using the provided configuration and name." }, { "info": { "name": "Get source connector", "type": "http" }, "http": { "method": "GET", "url": "https://api.unstructuredapp.io/api/v1/sources/:source_id", "headers": [ { "name": "unstructured-api-key", "value": "" } ], "params": [ { "name": "source_id", "value": "", "type": "path" } ] }, "docs": "Retrieve detailed information for a specific source connector by its ID." }, { "info": { "name": "Update source connector", "type": "http" }, "http": { "method": "PUT", "url": "https://api.unstructuredapp.io/api/v1/sources/:source_id", "headers": [ { "name": "unstructured-api-key", "value": "" } ], "params": [ { "name": "source_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the configuration of an existing source connector." }, { "info": { "name": "Delete source connector", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.unstructuredapp.io/api/v1/sources/:source_id", "headers": [ { "name": "unstructured-api-key", "value": "" } ], "params": [ { "name": "source_id", "value": "", "type": "path" } ] }, "docs": "Delete a specific source connector identified by its ID." }, { "info": { "name": "Get the latest source connector connection check", "type": "http" }, "http": { "method": "GET", "url": "https://api.unstructuredapp.io/api/v1/sources/:source_id/connection-check", "headers": [ { "name": "unstructured-api-key", "value": "" } ], "params": [ { "name": "source_id", "value": "", "type": "path" } ] }, "docs": "Retrieves the most recent connection check for the specified source connector." }, { "info": { "name": "Create source connection check", "type": "http" }, "http": { "method": "POST", "url": "https://api.unstructuredapp.io/api/v1/sources/:source_id/connection-check", "headers": [ { "name": "unstructured-api-key", "value": "" } ], "params": [ { "name": "source_id", "value": "", "type": "path" } ] }, "docs": "Initiates a connection check for the specified source connector." } ] } ], "bundled": true }