Telnyx · Capability

Telnyx API — Presigned Object URLs

Telnyx API — Presigned Object URLs. 1 operations. Lead operation: Create Presigned Object URL. Self-contained Naftiko capability covering one Telnyx business surface.

Run with Naftiko TelnyxPresigned Object URLs

What You Can Do

POST
Createpresignedobjecturl — Create Presigned Object URL
/v1/storage/buckets/{bucketname}/{objectname}/presigned-url

MCP Tools

create-presigned-object-url

Create Presigned Object URL

Capability Spec

telnyx-presigned-object-urls.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Telnyx API — Presigned Object URLs
  description: 'Telnyx API — Presigned Object URLs. 1 operations. Lead operation: Create Presigned Object URL. Self-contained
    Naftiko capability covering one Telnyx business surface.'
  tags:
  - Telnyx
  - Presigned Object URLs
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TELNYX_API_KEY: TELNYX_API_KEY
capability:
  consumes:
  - type: http
    namespace: telnyx-presigned-object-urls
    baseUri: https://api.telnyx.com/v2
    description: Telnyx API — Presigned Object URLs business capability. Self-contained, no shared references.
    resources:
    - name: storage-buckets-bucketName-objectName-presigned_url
      path: /storage/buckets/{bucketName}/{objectName}/presigned_url
      operations:
      - name: createpresignedobjecturl
        method: POST
        description: Create Presigned Object URL
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: bucketName
          in: path
          type: string
          description: The name of the bucket
          required: true
        - name: objectName
          in: path
          type: string
          description: The name of the object
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: bearer
      token: '{{env.TELNYX_API_KEY}}'
  exposes:
  - type: rest
    namespace: telnyx-presigned-object-urls-rest
    port: 8080
    description: REST adapter for Telnyx API — Presigned Object URLs. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/storage/buckets/{bucketname}/{objectname}/presigned-url
      name: storage-buckets-bucketname-objectname-presigned-url
      description: REST surface for storage-buckets-bucketName-objectName-presigned_url.
      operations:
      - method: POST
        name: createpresignedobjecturl
        description: Create Presigned Object URL
        call: telnyx-presigned-object-urls.createpresignedobjecturl
        with:
          bucketName: rest.bucketName
          objectName: rest.objectName
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: telnyx-presigned-object-urls-mcp
    port: 9090
    transport: http
    description: MCP adapter for Telnyx API — Presigned Object URLs. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: create-presigned-object-url
      description: Create Presigned Object URL
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: telnyx-presigned-object-urls.createpresignedobjecturl
      with:
        bucketName: tools.bucketName
        objectName: tools.objectName
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.