packageBlueprintGet

GET 

/v1/package-blueprints/:packageBlueprintId

packageBlueprintGet

Request

Example
{
  "data": {
    "id": "550e8400-e29b-41d4-a716-446655440000",
    "parentId": "550e8400-e29b-41d4-a716-446655440000",
    "name": "string",
    "version": "string",
    "description": "string",
    "documentation": {
      "heading": "HuggingFace Serverless API",
      "description": "<p>Use any HuggingFace model for LLM chatbots, chat moderation, sentiment analysis and more!</li></ol>",
      "prerequisites": [
        "Create an account with HuggingFace",
        "Grab the <code>HUGGINGFACE_API_KEY</code> from: https://huggingface.co/settings/tokens ",
        "Click New token button"
      ],
      "input": [
        {}
      ],
      "links": {
        "apiDocs": "https://huggingface.co/docs",
        "homepage": "https://huggingface.co/",
        "loginAndSignup": "https://huggingface.co/join"
      },
      "output": [
        {}
      ]
    },
    "iconBase64": "string",
    "iconMediaType": "string",
    "state": "string",
    "tags": [
      "CATALOG"
    ],
    "createdDttm": "2024-01-01T00:00:00.000Z",
    "updatedDttm": "2024-01-01T00:00:00.000Z"
  },
  "meta": {
    "correlationId": "28683605291",
    "timestamp": "2024-01-01T00:00:00.000Z"
  },
  "errors": []
}
Example
{
  "meta": {
    "correlationId": "28683605291",
    "timestamp": "2024-01-01T00:00:00.000Z"
  },
  "errors": [
    {
      "code": "FAAS-500",
      "message": "Internal Server Error!"
    }
  ]
}