Pinecone · Schema

AssistantFileModel

The response format for a successful file upload request.

Vector DatabasesArtificial IntelligenceEmbeddingsRAG

Properties

Name Type Description
name string
id string
metadata object
created_on string
updated_on string
status string The current state of the uploaded file. Possible values: - `Processing`: File is being processed (parsed, chunked, embedded) - `Available`: Processing completed successfully; file is ready for use - `
percent_done number The percentage of the file that has been processed
signed_url string A [signed URL](https://cloud.google.com/storage/docs/access-control/signed-urls) that provides temporary, read-only access to the underlying file. Anyone with the link can access the file, so treat it
error_message string A message describing any error during file processing. Provided only if an error occurs.
multimodal boolean Indicates whether the file was processed as multimodal.
View JSON Schema on GitHub

JSON Schema

pinecone-assistantfilemodel-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AssistantFileModel",
  "title": "AssistantFileModel",
  "description": "The response format for a successful file upload request.",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "id": {
      "type": "string",
      "format": "uuid"
    },
    "metadata": {
      "nullable": true,
      "type": "object"
    },
    "created_on": {
      "type": "string",
      "format": "date-time"
    },
    "updated_on": {
      "type": "string",
      "format": "date-time"
    },
    "status": {
      "description": "The current state of the uploaded file. Possible values:\n- `Processing`: File is being processed (parsed, chunked, embedded)\n- `Available`: Processing completed successfully; file is ready for use\n- `Deleting`: Deletion has been initiated but not yet completed\n- `ProcessingFailed`: Processing failed with an error\n\nNote: Once a file is deleted, the API returns 404 Not Found instead of a file object.",
      "x-enum": [
        "Processing",
        "Available",
        "Deleting",
        "ProcessingFailed"
      ],
      "type": "string"
    },
    "percent_done": {
      "nullable": true,
      "description": "The percentage of the file that has been processed",
      "type": "number",
      "format": "double"
    },
    "signed_url": {
      "nullable": true,
      "example": "https://storage.googleapis.com/bucket/file.pdf?...",
      "description": "A [signed URL](https://cloud.google.com/storage/docs/access-control/signed-urls) that provides temporary, read-only access to the underlying file. Anyone with the link can access the file, so treat it as sensitive data. Expires after a short time.",
      "type": "string"
    },
    "error_message": {
      "nullable": true,
      "description": "A message describing any error during file processing. Provided only if an error occurs.",
      "type": "string"
    },
    "multimodal": {
      "description": "Indicates whether the file was processed as multimodal.",
      "type": "boolean"
    }
  },
  "required": [
    "id",
    "name"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/pinecone-assistantfilemodel"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.