POST
/
v1
/
datastores
/
{datastore_id}
/
text
curl --location 'https://api.llmrails.com/v1/datastores/{datastore_id}/text' \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: {token}' \
--data '{
    "text":"Hey There"
}'
{
    "status": "ok"
}
curl --location 'https://api.llmrails.com/v1/datastores/{datastore_id}/text' \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: {token}' \
--data '{
    "text":"Hey There"
}'
{
    "status": "ok"
}

Path Parameters

datastore_id
string
required

Body

application/json
text
string
required
name
string
required
metadata
object

Response

200 - application/json
status
string
default: ok