Connect an external source to Studio and pull unlabeled data from it.
Connect an external source to Studio and pull unlabeled data from it.
Path Parameters
- project_id integer required
ID of the project
- multipart/form-data
Request Body required
- credential_id number required
ID of the credential to be used to connect to the external source.
- source string required
A string that identifies the source
- parameters object
Parameters to filter the data returned by the external source.
Responses
- 200
- 400
- 401
- 403
- 404
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- id uuid
The unique ID of the uploaded file.
- preview array[]
Possible values:
>= 2
A preview of the columns found in that file. The first element represents the header, if present.
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"preview": [
[
"string"
]
]
}
Invalid credentials
User is not authenticated. This means token is either not present or invalid
User is read-only or does not have the minimal required project role "ANNOTATOR"
The project was not found
Something is wrong with the API.
Loading...