MCPcopy Index your code
hub / github.com/simstudioai/sim / buildFalAIQueueUrl

Function buildFalAIQueueUrl

apps/sim/app/api/tools/video/route.ts:1163–1169  ·  view source on GitHub ↗
(
  endpoint: string,
  requestId: string,
  path: 'response' | 'status'
)

Source from the content-addressed store, hash-verified

1161}
1162
1163function buildFalAIQueueUrl(
1164 endpoint: string,
1165 requestId: string,
1166 path: 'response' | 'status'
1167): string {
1168 return `https://queue.fal.run/${endpoint}/requests/${requestId}/${path}`
1169}
1170
1171async function generateWithFalAI(
1172 apiKey: string,

Callers 1

generateWithFalAIFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected