WorkRamp Copy Content API

The Copy Content API from WorkRamp — 1 operation(s) for copy content.

Operations 1

POST /api/v1/copy_content #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/workramp-copy-content-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

workramp-copy-content-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: json-api Copy Content API
  version: '1.0'
servers:
- url: https://app.workramp.com
security:
- sec0: []
tags:
- name: Copy Content
paths:
  /api/v1/copy_content:
    post:
      description: ''
      operationId: post_apiv1copy_content
      responses:
        '200':
          description: ''
          content:
            application/json:
              examples:
                JSON:
                  summary: JSON
                  value:
                    createdAt: 1753737105
                    description: A very interesting course about ducks
                    displayTitle: Ducks 101
                    folderId: 019852e1-7151-7d59-976f-b5781379b648
                    id: 019852e1-29a3-7d9d-a3b9-8cb099b881d4
                    sourceId: 019852e1-4bea-70a3-b120-060c7b11cd6a
                    updatedAt: 1753737105
      parameters: []
      requestBody:
        content:
          application/json:
            schema:
              properties:
                content_type:
                  type: string
                  description: Should be "scorm"
                content_id:
                  type: string
                  description: ID of the SCORM to copy
                item_folder_id:
                  type: string
                  description: ID of the Item Folder to copy to
              type: object
              required:
              - content_type
              - content_id
              - item_folder_id
      tags:
      - Copy Content
components:
  securitySchemes:
    sec0:
      type: apiKey
      in: header
      name: Authorization
      x-bearer-format: bearer
      x-default: ACCESS_TOKEN
x-readme:
  headers: []
  explorer-enabled: false
  proxy-enabled: false
x-readme-fauxas: true