Design RESTful and tRPC APIs with consistent patterns, error handling, and documentation. Define endpoint structure, response formats, and error codes. Use when designing APIs, creating endpoints, or when the user mentions API, endpoint, REST, tRPC, or response format.
| Date | Fitness | Safety | Calls |
|---|---|---|---|
| Mar 17 | 0.6280 | 0.93 | 1 |
{
"type": "object",
"required": [],
"properties": {
"prompt": {
"type": "string"
}
}
} {
"type": "object",
"properties": {
"result": {
"type": "string"
}
}
}