Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with API #34

Open
davejoelwilson opened this issue Sep 16, 2024 · 0 comments
Open

Issue with API #34

davejoelwilson opened this issue Sep 16, 2024 · 0 comments

Comments

@davejoelwilson
Copy link

davejoelwilson commented Sep 16, 2024

Correlation ID: faa6e594-e45e-412d-942e-9b8ecb58032f"}%

Example:

curl -X POST 'https://api.cloud.llamaindex.ai/api/v1/extraction/schemas'
-H "Authorization: Bearer [my api key]"
-H 'Content-Type: application/json'
-d '{
"name": "Simple Invoice Schema",
"data_schema": {
"type": "object",
"properties": {
"invoiceNumber": {"type": "string"},
"issueDate": {"type": "string", "format": "date"},
"totalAmount": {"type": "number"}
}
}
}'
{"detail":"Oops! Something went wrong on our end. Please try again in a few minutes. If the problem persists, please contact support by clicking the chat icon on cloud.llamaindex.ai providing this correlation ID: faa6e594-e45e-412d-942e-9b8ecb58032f"}%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant