---
title: "Create manual LTI tool deployment"
method: POST
path: "/api/v1/lti-tool-deployment/create-manual/"
tags: ["LTI Tool Deployment"]
---

# Create manual LTI tool deployment

`POST /api/v1/lti-tool-deployment/create-manual/`

Register an LMS platform manually by sending issuer, client, deployment, JWKS, token, and authorization URLs.

## Response `201`

The resource was created successfully.

- GenericSuccessResponse — Generic success envelope used for endpoints whose data shape is endpoint-specific.
  - `success` boolean
  - `data` union — Endpoint-specific response data.
    - object, nullable
    - object[], nullable
    - string, nullable
    - integer, nullable
    - boolean, nullable
  - `message` string, nullable — Optional informational message returned by some endpoints.

## Other responses

- `400` — The request is invalid. Check required fields, field formats, and resource ownership.
- `403` — Authentication or authorization failed because the token is missing, invalid, blocked, or not allowed to access the resource.

---

[API](https://skmtc.net/plagiarismcheck/apis/plagiarismcheck-org-api.md) · [All operations](https://skmtc.net/plagiarismcheck/apis/plagiarismcheck-org-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/plagiarismcheck/plagiarismcheck-org-api/revisions/034b4999350e/schema)
