User Context
Ask User
User Context
Ask User
GET
/
context
/
{user_id}
/
ask
curl --request GET \
--url https://api.onfabric.io/api/v1/context/{user_id}/ask
{
"answer": "<string>",
"context": [
{
"id": "<string>",
"text": "<string>",
"topics": [
"<string>"
],
"entities": [
"<string>"
],
"traits": {
"sex": {
"value": "MALE",
"confidence": "NONE"
},
"country": {
"value": "ABW",
"confidence": "NONE"
},
"affluence": {
"value": "LOW",
"confidence": "NONE"
},
"political_affiliation": {
"value": "LEFT",
"confidence": "NONE"
},
"age": {
"value": "0-18+",
"confidence": "NONE"
}
},
"cohesion": 123,
"count": 123,
"start_time": "2023-11-07T05:31:56Z",
"end_time": "2023-11-07T05:31:56Z",
"score": 123
}
]
}
Headers
The api key generated from the Fabric developer portal
Path Parameters
The id of the user
Query Parameters
The question you have for the user
A language model to use for NLG
Available options:
o1-preview
, o1-mini
, gpt-4o
, gpt-4o-mini
Start date to filter events from
End date to filter events to
Response
200
application/json
Successful Response
Available options:
ABW
, AFG
, AGO
, AIA
, ALA
, ALB
, AND
, ARE
, ARG
, ARM
, ASM
, ATA
, ATF
, ATG
, AUS
, AUT
, AZE
, BDI
, BEL
, BEN
, BES
, BFA
, BGD
, BGR
, BHR
, BHS
, BIH
, BLM
, BLR
, BLZ
, BMU
, BOL
, BRA
, BRB
, BRN
, BTN
, BVT
, BWA
, CAF
, CAN
, CCK
, CHE
, CHL
, CHN
, CIV
, CMR
, COD
, COG
, COK
, COL
, COM
, CPV
, CRI
, CUB
, CUW
, CXR
, CYM
, CYP
, CZE
, DEU
, DJI
, DMA
, DNK
, DOM
, DZA
, ECU
, EGY
, ERI
, ESH
, ESP
, EST
, ETH
, FIN
, FJI
, FLK
, FRA
, FRO
, FSM
, GAB
, GBR
, GEO
, GGY
, GHA
, GIB
, GIN
, GLP
, GMB
, GNB
, GNQ
, GRC
, GRD
, GRL
, GTM
, GUF
, GUM
, GUY
, HKG
, HMD
, HND
, HRV
, HTI
, HUN
, IDN
, IMN
, IND
, IOT
, IRL
, IRN
, IRQ
, ISL
, ISR
, ITA
, JAM
, JEY
, JOR
, JPN
, KAZ
, KEN
, KGZ
, KHM
, KIR
, KNA
, KOR
, KWT
, LAO
, LBN
, LBR
, LBY
, LCA
, LIE
, LKA
, LSO
, LTU
, LUX
, LVA
, MAC
, MAF
, MAR
, MCO
, MDA
, MDG
, MDV
, MEX
, MHL
, MKD
, MLI
, MLT
, MMR
, MNE
, MNG
, MNP
, MOZ
, MRT
, MSR
, MTQ
, MUS
, MWI
, MYS
, MYT
, NAM
, NCL
, NER
, NFK
, NGA
, NIC
, NIU
, NLD
, NOR
, NPL
, NRU
, NZL
, OMN
, PAK
, PAN
, PCN
, PER
, PHL
, PLW
, PNG
, POL
, PRI
, PRK
, PRT
, PRY
, PSE
, PYF
, QAT
, REU
, ROU
, RUS
, RWA
, SAU
, SDN
, SEN
, SGP
, SGS
, SHN
, SJM
, SLB
, SLE
, SLV
, SMR
, SOM
, SPM
, SRB
, SSD
, STP
, SUR
, SVK
, SVN
, SWE
, SWZ
, SXM
, SYC
, SYR
, TCA
, TCD
, TGO
, THA
, TJK
, TKL
, TKM
, TLS
, TON
, TTO
, TUN
, TUR
, TUV
, TWN
, TZA
, UGA
, UKR
, UMI
, URY
, USA
, UZB
, VAT
, VCT
, VEN
, VGB
, VIR
, VNM
, VUT
, WLF
, WSM
, YEM
, ZAF
, ZMB
, ZWE
Available options:
NONE
, LOW
, MEDIUM
, HIGH
curl --request GET \
--url https://api.onfabric.io/api/v1/context/{user_id}/ask
{
"answer": "<string>",
"context": [
{
"id": "<string>",
"text": "<string>",
"topics": [
"<string>"
],
"entities": [
"<string>"
],
"traits": {
"sex": {
"value": "MALE",
"confidence": "NONE"
},
"country": {
"value": "ABW",
"confidence": "NONE"
},
"affluence": {
"value": "LOW",
"confidence": "NONE"
},
"political_affiliation": {
"value": "LEFT",
"confidence": "NONE"
},
"age": {
"value": "0-18+",
"confidence": "NONE"
}
},
"cohesion": 123,
"count": 123,
"start_time": "2023-11-07T05:31:56Z",
"end_time": "2023-11-07T05:31:56Z",
"score": 123
}
]
}