rest-api
Datasets
All datasets matching “rest-api”django-rest-api-2024yt-django-restapi-5-vidbitrix24-restapi-toolcalling-synth
Bitrix24 REST API Tool-Calling Synthetic Dataset
This dataset is generated from the official Bitrix24 REST API documentation repository (bitrix24/b24restdocs) and contains:
Per-method reference conversations (covers methods across modules, including catalog, crm, tasks, etc.)
Tool-calling demonstrations for Bitrix24 REST (b24.call, b24.batch)
Documentation refresh / verification pattern via GitHub (docs.github_get)
Multi-step analytics scenarios (e.g., deals + activities)… See the full description on the dataset page: https://huggingface.co/datasets/mark-darko/bitrix24-restapi-toolcalling-synth.camus-18-rest-api-design
We expose an OpenAI-compatible REST API — chat completions, embeddings, and graphify on localhost:8080.
REST API Design for Local LLM Inference
The Problem
CLI-only AI systems cannot be integrated into web frontends or automation pipelines. A standard API is needed.
What We Built
Lightweight REST API using Python's http.server module. OpenAI-compatible /v1/chat/completions, plus /v1/embeddings and /v1/graphify.
The Research… See the full description on the dataset page: https://huggingface.co/datasets/Anticloud/camus-18-rest-api-design.camus-18-rest-api-design
We expose an OpenAI-compatible REST API — chat completions, embeddings, and graphify on localhost:8080.
REST API Design for Local LLM Inference
The Problem
CLI-only AI systems cannot be integrated into web frontends or automation pipelines. A standard API is needed.
What We Built
Lightweight REST API using Python's http.server module. OpenAI-compatible /v1/chat/completions, plus /v1/embeddings and /v1/graphify.
The Research… See the full description on the dataset page: https://huggingface.co/datasets/kleinnner/camus-18-rest-api-design.RestAPITestGenBenchmark
