🏠 Home
Benchmark Hub
📊 All Benchmarks 🦖 Dinosaur v1 🦖 Dinosaur v2 ✅ To-Do List Applications 🎨 Creative Free Pages 🎯 FSACB - Ultimate Showcase 🌍 Translation Benchmark
Models
🏆 Top 10 Models 🆓 Free Models 📋 All Models ⚙️ Kilo Code
Resources
💬 Prompts Library 📖 AI Glossary 🔗 Useful Links
Intermédiaire

OpenAPI Specification

#api #documentation #technical

Generate an OpenAPI 3.0 spec documentation for a hypothetical API.

Design an OpenAPI 3.0 specification (in YAML format within a code block) for a RESTful API that manages a 'Task Management' system. Include endpoints for creating, reading, updating, and deleting tasks. Define the schema for the 'Task' object, including parameters like ID, title, status, and due date. Implement authentication requirements using Bearer tokens.