Endpoints Description Summary

Mind2Web endpoints summary

  • Training dataset Endpoints

    • /load_light_train_dataset: Loads a lightweight training dataset with a short sample of the dataset.

    • /load_full_train_dataset: Loads the complete training dataset (ideally to train your LLM or test your agent).

    • /get_list_of_actions: Retrieves a list of actions and action representations linked to a specific annotation.

  • Raw Dump Task Data Endpoints

    • /get_raw_json_screenshots: Retrieves raw JSON screenshots for a specific annotation.

    • /get_raw_dom_content: Retrieves raw DOM content for a specific annotation.

    • /get_storage: Retrieves raw storage data for a specific annotation.

    • /get_raw_trace_zip: Retrieves a raw trace ZIP file for a specific annotation.

Last updated