MCPcopy
hub / github.com/MiniMax-AI/cli / fileUploadEndpoint

Function fileUploadEndpoint

src/client/endpoints.ts:47–49  ·  view source on GitHub ↗
(baseUrl: string)

Source from the content-addressed store, hash-verified

45}
46
47export function fileUploadEndpoint(baseUrl: string): string {
48 return `${baseUrl}/v1/files`;
49}
50
51export function fileListEndpoint(baseUrl: string): string {
52 return `${baseUrl}/v1/files/list`;

Callers 2

runFunction · 0.90
uploadMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected