← Prompts
Reference / Understand System Prompts Collection

API Virtual Buddy Documentation Example

API Virtual Buddy Documentation Example General Information Base URL: https://thinkbloxph.com/db-action-service-virtual-buddy 1. Create Data is equivalent to pet data Registration or register, this

API Virtual Buddy Documentation Example

General Information

Base URL: https://thinkbloxph.com/db-action-service-virtual-buddy

1. Create Data is equivalent to pet data Registration or register, this will return an Data ID of your pet data

    Endpoint: /api/data
    Method: POST    
    Description: Create new data entry for a user.
    Curl Command:

    bash

    curl -X POST "https://thinkbloxph.com/db-action-service-virtual-buddy/api/data" -d '{  "name": "popoy",  "email": "[email protected]",  "hp": 20,  "mp": 15}'

2. Get Data

    Endpoint: /api/data/:id
    Method: GET    
    Description: Retrieve a specific data entry.
    Curl Command:

    bash

Sign in to view the full prompt.

Sign In

Classification

Reference Documentation, cheatsheets, setup guides
Reference Understand
Explain or analyze
Scope Project
This codebase
Manual Manually placed / Persistent