# Attribution via URL

Endpoint: POST /v2/video/attribution/by_video
Version: 1.1.0

## Request fields (application/json):

  - `video` (string, required)
    URL of the video to process

  - `model` (string, required)
    The attribution model used. The value represents the model name followed by the version after the colon (e.g., model_name:version).
    Enum: "video_generation:1", "video_rmbg:1", "video_eraser:1", "video_mask:1", "video_increase_res:1"

## Response 202 fields (application/json):

  - `request_id` (string, required)

  - `status_url` (string, required)

## Response 400 fields (application/json):

  - `error` (object, required)

  - `error.code` (integer, required)
    Example: 123

  - `error.message` (string, required)

  - `error.details` (string, required)

  - `request_id` (string, required)


