xAI Grok Imagine Video text-to-video generation via fal.ai on Tempo MPP
What it does
This endpoint provides access to xAI's Grok Imagine Video model for text-to-video generation, served through fal.ai's infrastructure and payable via the Tempo MPP (Micropayment Protocol). fal.ai is a platform offering 600+ generative AI models including image, video, and audio generation capabilities. The Grok Imagine Video model specifically converts text prompts into video output.
However, during probing the endpoint returned 404 on both HEAD and GET requests, and no 402 payment challenge was captured. The root domain (fal.mpp.tempo.xyz) also returns 404. No documentation, OpenAPI schema, pricing information, or usage examples were found at any crawled path. It is possible the endpoint requires a POST method or has been moved/decommissioned, but there is no evidence to confirm it is currently live or functional.
Given the lack of any successful probe response, captured payment challenge, or documentation, the operational status of this endpoint is uncertain. Users should verify availability before attempting integration.
Capabilities
Use cases
- —Generating short video clips from text descriptions
- —Creating visual content from written prompts for social media or marketing
- —Prototyping video concepts from textual storyboards
Fit
Best for
- —Developers needing programmatic text-to-video generation
- —Applications requiring on-demand video creation from text input
- —Projects leveraging micropayment-based API access for generative video
Not for
- —Production workflows requiring guaranteed uptime (endpoint status is uncertain)
- —Users needing detailed API documentation or schema validation before integration
Quick start
# Endpoint may require POST — status unverified
curl -X POST https://fal.mpp.tempo.xyz/xai/grok-imagine-video/text-to-video \
-H "Content-Type: application/json" \
-d '{"prompt": "A cat walking on the moon"}'Example
Request
{
"prompt": "A cat walking on the moon"
}Endpoint
Quality
The endpoint returned 404 on all probe attempts with no 402 MPP challenge captured. No documentation, schema, pricing, or examples were found. The listing is effectively a stub based solely on the existing title and description.
Warnings
- —Endpoint returned 404 on HEAD and GET — no MPP 402 challenge was captured
- —Root domain fal.mpp.tempo.xyz returns 404 — no documentation or landing page available
- —No pricing, schema, or usage documentation could be found
- —Endpoint may be inactive, moved, or may only respond to POST requests (unverified)