AI Model APIUnimplementedFiles
List files (not implemented)
This interface is not yet implemented.
Authorization
BearerAuth
AuthorizationBearer <token>
Use Bearer Token authentication.
Format: Authorization: Bearer sk-xxxxxx
In: header
Response Body
application/json
curl -X GET "https://api.aiai.com/v1/files"{
"error": {
"message": "string",
"type": "string",
"param": "string",
"code": "string"
}
}