Packback Questions / Discussions

Inquiry-based student discussion product with built-in AI coaching that helps students ask better questions and write stronger responses, plus automated moderation for instructors. Accessed by students and instructors inside the LMS via LTI; no public REST API is published.

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/questions-discussions"
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

packback-openapi.yml Raw ↑
openapi: 3.0.1
info:
  title: Packback API
  description: >-
    Packback is an AI-powered instructional platform for higher education and
    K-12 that provides real-time, formative feedback on student discussions and
    writing. As of this catalog's review date, Packback does NOT publish a
    public, developer-facing REST API for its Questions/Discussions, Writing, or
    Deep Dives products. Access to those products is delivered to students and
    instructors inside their Learning Management System (LMS) through the IMS
    Global LTI standard - Packback is 1EdTech certified for LTI 1.0, 1.2, and
    1.3 (LTI Advantage), supporting single sign-on, deep linking, and
    gradebook/grade passback sync. The only published developer artifact is
    Packback's open-source LTI 1.3 PHP tool-provider library
    (github.com/packbackbooks/lti-1-3-php-library). Because no public REST
    endpoints are documented, the paths object below is intentionally empty so
    that no operations are fabricated. This document exists to honestly record
    that Packback's integration surface is LTI, not a REST API.
  termsOfService: https://packback.co/terms-of-service/
  contact:
    name: Packback Support
    url: https://help.packback.co
  version: '1.0'
servers:
  - url: https://packback.co
    description: >-
      Marketing and product site. Application access is brokered through the
      institution's LMS via LTI launches, not via a documented public REST base
      URL.
paths: {}
components:
  schemas: {}