List files in the system

GET /v1/files/

Responses

  • 200

    Files Listed

    Hide response attribute Show response attribute object
    • files array[string]

      List of files

GET /v1/files/
curl \
 -X GET https://api.infura.ai/v1/files/ \
 -H "x-api-key: $API_KEY"
Response examples (200)
{
  "files": [
    "string"
  ]
}