NeuralSpace AI
  1. Dataset
NeuralSpace AI
  • General
    • Welcome
      GET
    • Payment Invoice breakdown
      GET
    • User transactions
      POST
  • Authentication
    • Login
      POST
    • User licenses
      GET
    • Supported Services
      GET
  • Files
    • Upload file
      POST
    • Download file
      GET
    • Fetch all file list
      POST
    • Fetch single file
      GET
    • Delete file
      DELETE
  • Natural Language Understanding (NLU)
    • Project
      • Create project
      • Get single project
      • Get project lists
      • Update project
      • Delete project
      • Delete one project
      • Add sysnonyms
      • Fetch sysnonyms
      • Remove sysnonyms
      • Get single project details
    • Model - Train, Deploy, Parse, Analyze
      • Train model
      • Get single model
      • Get models
      • Update model
      • Delete model
      • Deploy Model
      • Parse Model
      • Model feedback api
      • Socket call for Model
      • Parse Model Dialogflow
      • Parse Model Wit
      • Parse Model Watson
      • Parse Model Luis
      • Multilingual Parse model
      • Model analytics
      • Re-train model
      • Parse Model Batch
      • Parse Model Batch Evaluate
    • Example
      • Create one example
      • Create examples
      • Get single example
      • Get examples
      • Delete one example
      • Update example
      • Delete example
      • Intent distribution graph
    • Entity
      • Create entity
      • Get single entity
      • Get entities list
      • Add entity examples
      • Rmove entity examples
      • Delete entity
    • Intent
      • Create intent
      • Get intents
      • Get single intent
      • Delete intent
    • Basket
      • Delete entity from basket
    • Analytics
      • Overall Stats
      • API Calls
      • Examples Per Project Histogram
    • Dataset
      • Fetch NLU Datasets
        POST
      • Fetch bulk uploads
        POST
      • Upload Datasets
        POST
      • Import Datasets
        POST
    • Supported languages
      GET
  • Named Entity Recognition (NER)
    • Project
      • Create project
      • Get single project
      • Get project lists
      • Update project
      • Delete one project
      • Add synonyms
      • Fetch synonyms
      • Remove synonyms
    • Model - Train, Deploy, Parse, Analyze
      • Train model
      • Get single model
      • Get models
      • Update model
      • Delete model
      • Deploy Model
      • Parse Model
      • Model feedback api
      • Model webhook
      • Multilingual Parse model
      • Model analytics
    • Example
      • Create one example
      • Example Entity distribution
      • Get single example
      • Get examples
      • Delete one example
      • Update example
      • Delete example
      • Prepare one example
    • Entity
      • Create entity
      • Get single entity
      • Get entities list
      • Add entity examples
      • Rmove entity examples
      • Delete entity
    • Basket
      • Delete entity from basket
    • Analytics
      • Overall Stats
      • API Calls Count
      • Examples Per Project Histogram
    • Dataset
      • Fetch NER Datasets
      • Fetch bulk uploads
      • Upload Datasets
      • Import Datasets
    • Supported languages
      GET
  • Translation
    • Translate
    • Supported languages
    • Annotated Translate
  • Sentence Generator
    • Generate Sentences
    • Supported languages
  • Language Detection
    • Detect Language
    • Supported languages
  • Speaker Identification
    • Speaker Profiling
      • Upload speaker sample file
      • Fetch all sample files
      • Fetch single sample file
      • Delete Sample file
      • Download sample file
    • Identify Speakers
    • Fetch all tasks by fileId
    • Fetch single task
  • Speech to Text
    • Supported languages
    • Supported languages and domains
    • Transcribe file
    • All Transcription list
    • Get Sengments for Transcription
    • Get single transcription
    • Delete transcription
    • Supported Languages Dictation
  • Voice Extractor
    • Split Audio
    • Get audio splitter task
  • Text to Speech
    • Fetch Voices
    • Batch synthesize
    • Single synthesize
    • Job Status
  1. Dataset

Fetch NLU Datasets

Develop Env
https://dev.your-api-server.com
Develop Env
https://dev.your-api-server.com
POST
/api/nlu/v1/datasets
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://dev.your-api-server.com/api/nlu/v1/datasets' \
--header 'authorization: {{ACCESS_TOKEN}}' \
--header 'Content-Type: text/plain' \
--data-raw '{
    "filter": {
        "language": "en"
    },
    "search": "",
    "pageNumber": 1,
    "pageSize": 3
}'
Response Response Example
{}

Request

Header Params
authorization
string 
required
Example:
{{ACCESS_TOKEN}}
Body Params text/plain
Examples

Responses

🟢200Success
application/json
Body
object {0}
Modified at 2024-07-05 09:27:47
Previous
Examples Per Project Histogram
Next
Fetch bulk uploads
Built with