⚡ NEW: Flux Klein 9B — Faster inference, stunning quality · Try Now
curl --request POST \
--url https://modelslab.com/api/v6/video/watermark_remover \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>",
"init_video": "<string>",
"webhook": "<string>",
"track_id": "<string>"
}
'{
"status": "success",
"generationTime": 123,
"id": 123,
"output": [
"<string>"
],
"proxy_links": [
"<string>"
],
"future_links": [
"<string>"
],
"meta": {},
"eta": 123,
"message": "<string>",
"tip": "<string>",
"fetch_result": "<string>"
}This endpoint helps to remove watermarks from videos.
curl --request POST \
--url https://modelslab.com/api/v6/video/watermark_remover \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>",
"init_video": "<string>",
"webhook": "<string>",
"track_id": "<string>"
}
'{
"status": "success",
"generationTime": 123,
"id": 123,
"output": [
"<string>"
],
"proxy_links": [
"<string>"
],
"future_links": [
"<string>"
],
"meta": {},
"eta": 123,
"message": "<string>",
"tip": "<string>",
"fetch_result": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.modelslab.com/llms.txt
Use this file to discover all available pages before exploring further.
POST request to below endpoint and pass the required parameters in the request body.
--request POST 'https://modelslab.com/api/v6/video/watermark_remover' \
{
"key": "your_api_key",
"init_video": "https://assets.modelslab.ai/generations/ee2c3b2c-7d68-4e71-900a-8566b0b05fe9.mp4",
"webhook": null,
"track_id": null
}
Video generation response
Status of the video generation
success, processing, error Time taken to generate the video in seconds
Unique identifier for the video generation
Array of generated video URLs
Array of proxy video URLs
Array of future video URLs for queued requests
Metadata about the video generation including all parameters used
Estimated time for completion in seconds (processing status)
Status message or additional information
Additional information or tips for the user
URL to fetch the result when processing
Was this page helpful?